Skip to content

Commit

Permalink
Removed cloneWithProps addon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimfb committed Jan 15, 2016
1 parent 909cba2 commit ed29a02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 261 deletions.
2 changes: 0 additions & 2 deletions src/addons/ReactWithAddons.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var ReactFragment = require('ReactFragment');
var ReactTransitionGroup = require('ReactTransitionGroup');
var ReactUpdates = require('ReactUpdates');

var cloneWithProps = require('cloneWithProps');
var shallowCompare = require('shallowCompare');
var update = require('update');
var warning = require('warning');
Expand All @@ -51,7 +50,6 @@ React.addons = {
}
return ReactUpdates.batchedUpdates.apply(this, arguments);
},
cloneWithProps: cloneWithProps,
createFragment: ReactFragment.create,
shallowCompare: shallowCompare,
update: update,
Expand Down
196 changes: 0 additions & 196 deletions src/isomorphic/deprecated/__tests__/cloneWithProps-test.js

This file was deleted.

63 changes: 0 additions & 63 deletions src/isomorphic/deprecated/cloneWithProps.js

This file was deleted.

0 comments on commit ed29a02

Please sign in to comment.