Skip to content

Commit 06915b1

Browse files
committed
Stub emptyFunction (no need for require) and remove unused classSet import.
1 parent 571821d commit 06915b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/draggable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
/** @jsx React.DOM */
44
var React = require('react');
5-
var emptyFunction = require('react/lib/emptyFunction');
6-
var CX = React.addons.classSet;
5+
var emptyFunction = function(){};
76

87
function createUIEvent(draggable) {
98
return {

0 commit comments

Comments
 (0)