Remove underscore for lodash
This commit is contained in:
parent
aa6e299175
commit
88459c74bb
20 changed files with 74 additions and 97 deletions
|
|
@ -12,5 +12,5 @@ if (!!window) {
|
|||
}
|
||||
|
||||
window.is_browser = true;
|
||||
window._ = require('underscore');
|
||||
window._ = require('lodash');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue