Skip to content

Commit

Permalink
Fixed mixin deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kgunbin committed Feb 9, 2016
1 parent 5aba388 commit 2fabb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixin.coffee
@@ -1,5 +1,5 @@

React = require('react/addons')
React = require('react')

merge = clone = require('xtend')

Expand Down

0 comments on commit 2fabb5f

Please sign in to comment.