Skip to content

Commit

Permalink
Remove extra import
Browse files Browse the repository at this point in the history
isArray isn't used in this module.
  • Loading branch information
dmlap committed Jul 31, 2015
1 parent 3018fcf commit 0d90544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/utils/merge-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* @file merge-options.js
*/
import merge from 'lodash-compat/object/merge';
import isArray from 'lodash-compat/lang/isArray';

const isPlain = function(obj) {
return !!obj
Expand Down

0 comments on commit 0d90544

Please sign in to comment.