Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 19:08:04 +0400
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 19:08:04 +0400
commitb4c8934dd3975ba8e5031ecf2f43a2432b7d375f (patch)
tree238cdc745df1929fc6e8c79934f749b8272a4a38 /js/directive
parent7d5da5d6029bfe541c404e69307dc51ac568a13a (diff)
fix line lengths and indention
Diffstat (limited to 'js/directive')
-rw-r--r--js/directive/NewsStopPropagation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/directive/NewsStopPropagation.js b/js/directive/NewsStopPropagation.js
index 48d8ce3c4..e63d06c23 100644
--- a/js/directive/NewsStopPropagation.js
+++ b/js/directive/NewsStopPropagation.js
@@ -8,7 +8,7 @@
* @copyright Bernhard Posselt 2014
*/
app.directive('newsStopPropagation', function () {
- 'use strict';
+ 'use strict';
return {
restrict: 'A',
link: function (scope, element) {