Remove underscore for lodash

This commit is contained in:
Esteban Ordano 2014-10-25 19:57:12 -03:00
commit 88459c74bb
20 changed files with 74 additions and 97 deletions

View file

@ -13,4 +13,4 @@ global.requireMock = function(name) {
}
global.is_browser = typeof process == 'undefined' || typeof process.versions === 'undefined';
global._ = require('underscore');
global._ = require('lodash');