Add semicolon to the end of line.

pull/2662/head
mhirtie 10 years ago
parent 704bbc6cb8
commit 4ebe6b4492
  1. 2
      frontend/app/ui_components/date/date-range-directive.js

@ -53,7 +53,7 @@ module.exports = function(TimezoneService, $timeout) {
scope.change = function(scope) {
var range = scope.daterange.split(/\s+?-\s+?/i),
isMatching = range.every(function(date) {
return datePattern.test(date)
return datePattern.test(date);
});
if(isMatching) {

Loading…
Cancel
Save