Remove underscore for lodash
This commit is contained in:
parent
aa6e299175
commit
88459c74bb
20 changed files with 74 additions and 97 deletions
|
|
@ -13,4 +13,4 @@ global.requireMock = function(name) {
|
|||
}
|
||||
|
||||
global.is_browser = typeof process == 'undefined' || typeof process.versions === 'undefined';
|
||||
global._ = require('underscore');
|
||||
global._ = require('lodash');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue