Browse Source

HUE-6138 [frontend] Reintroduce lodash

Johan Ahlen 8 years ago
parent
commit
cbf8cf9

File diff suppressed because it is too large
+ 1 - 1
desktop/core/src/desktop/static/desktop/js/hue-bundle.js


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/js/hue-bundle.js.map


+ 2 - 0
desktop/core/src/desktop/static/desktop/js/hue.js

@@ -17,10 +17,12 @@
 var locale = 'en-US';
 var locale = 'en-US';
 
 
 import $ from 'jquery';
 import $ from 'jquery';
+import _ from 'lodash';
 import ko from 'knockout';
 import ko from 'knockout';
 import komapping from 'komapping';
 import komapping from 'komapping';
 import page from 'page';
 import page from 'page';
 
 
+window._ = _;
 window.$ = $;
 window.$ = $;
 window.ko = ko;
 window.ko = ko;
 window.ko.mapping = komapping;
 window.ko.mapping = komapping;

Some files were not shown because too many files changed in this diff