summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 11:54:42 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 11:54:42 +0100
commit3ecb62f04357e1bb7d529b9948d4006a6fc45bbe (patch)
treecb71c0cca20f5ef99c773a3750b06c66070d185f /js/build/app.js
parent63255263b4afc6201cd551e99a0e07368f5f25f9 (diff)
fix plugins
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 702b974e0..a02ed64ef 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2300,7 +2300,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL)
});
}(window, document, $));
-window.News = News || {};
+window.News = window.News || {};
(function (window, document, $, exports, undefined) {