Skip to content

Commit

Permalink
Remove old underscore from gridRow
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivasclimate authored and ryanlanciaux committed Mar 12, 2016
1 parent b65bfe8 commit a0cd4ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/gridRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
var React = require('react');
var ColumnProperties = require('./columnProperties.js');
var deep = require('./deep.js');

var isFunction = require('lodash.isfunction');
var fromPairs = require('lodash.frompairs');
var assign = require('lodash.assign');
var defaults = require('lodash.defaults');
var toPairs = require('lodash.topairs');
var without = require('lodash.without');
var _ = require('underscore');

var GridRow = React.createClass({
getDefaultProps: function(){
Expand Down

0 comments on commit a0cd4ff

Please sign in to comment.