summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 11:45:59 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 11:45:59 +0100
commit63255263b4afc6201cd551e99a0e07368f5f25f9 (patch)
tree226ee6c743628baae668a08edee9fc765fd6c8d8 /js/build/app.js
parentaf95556560f2474ca504218c0a18eef267e7cd16 (diff)
add client side plugins
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 7fbe629ea..702b974e0 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2300,7 +2300,8 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
});
}(window, document, $));
-var News = News || {};
+window.News = News || {};
+
(function (window, document, $, exports, undefined) {
'use strict';