summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/build/app.js2
-rw-r--r--js/directive/NewsStopPropagation.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 3527bd1a3..75c0a9f87 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -1636,7 +1636,7 @@ app.directive('newsStopPropagation', function () {
});
}
};
- });
+});
app.directive('newsTimeout', ["$timeout", function ($timeout) {
'use strict';
diff --git a/js/directive/NewsStopPropagation.js b/js/directive/NewsStopPropagation.js
index e63d06c23..79954bfa0 100644
--- a/js/directive/NewsStopPropagation.js
+++ b/js/directive/NewsStopPropagation.js
@@ -17,4 +17,4 @@ app.directive('newsStopPropagation', function () {
});
}
};
- }); \ No newline at end of file
+}); \ No newline at end of file