1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00

Remove lodash dependency

This commit is contained in:
Brett Sun 2015-11-02 18:45:06 +01:00
parent 1a3dffe8bc
commit 0b4cc3123d

View File

@ -1,7 +1,5 @@
'use strict'; 'use strict';
import _ from 'lodash';
/** /**
* Takes an object and returns a shallow copy without any keys * Takes an object and returns a shallow copy without any keys
* that fail the passed in filter function. * that fail the passed in filter function.