We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571821d commit 06915b1Copy full SHA for 06915b1
lib/draggable.js
@@ -2,8 +2,7 @@
2
3
/** @jsx React.DOM */
4
var React = require('react');
5
-var emptyFunction = require('react/lib/emptyFunction');
6
-var CX = React.addons.classSet;
+var emptyFunction = function(){};
7
8
function createUIEvent(draggable) {
9
return {
0 commit comments