Remove underscore for lodash
This commit is contained in:
parent
aa6e299175
commit
88459c74bb
20 changed files with 74 additions and 97 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// 90.2% typed (by google's closure-compiler account)
|
||||
|
||||
var preconditions = require('preconditions').singleton();
|
||||
var _ = require('underscore');
|
||||
var _ = require('lodash');
|
||||
|
||||
/**
|
||||
* @namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue