Remove underscore for lodash
This commit is contained in:
parent
aa6e299175
commit
88459c74bb
20 changed files with 74 additions and 97 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var copay = require('copay');
|
||||
var _ = require('underscore');
|
||||
var _ = require('lodash');
|
||||
var config = defaultConfig;
|
||||
var localConfig = JSON.parse(localStorage.getItem('config'));
|
||||
var defaults = JSON.parse(JSON.stringify(defaultConfig));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue