Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed Apr 11, 2019
1 parent 5417d71 commit c7a4e56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/LayoutGrid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/LayoutGrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/LayoutGrid.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _ from 'lodash';
import {cloneDeep} from 'lodash';



Expand All @@ -10,7 +10,7 @@ import _ from 'lodash';
* @returns {layout}
*/
const cloneLayoutItem = (layout, idx) => {
return _.cloneDeep(layout[idx]);
return cloneDeep(layout[idx]);
};


Expand Down

0 comments on commit c7a4e56

Please sign in to comment.