1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +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';
import _ from 'lodash';
/**
* Takes an object and returns a shallow copy without any keys
* that fail the passed in filter function.