Parcourir la source

去除没用的提示

Z F il y a 7 ans
Parent
commit
93bbc067bd
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      index.js

+ 1 - 4
index.js

@@ -1,7 +1,4 @@
 var Dragact = require('./dist/lib/dragact').Dragact;
 
-// Previous versions of this lib exported <Draggable> as the root export. As to not break
-// them, or TypeScript, we export *both* as the root and as 'default'.
-// See https://github.com/mzabriskie/react-draggable/pull/254
-// and https://github.com/mzabriskie/react-draggable/issues/266
+
 exports.Dragact = Dragact;