Selaa lähdekoodia

去除没用的提示

Z F 7 vuotta sitten
vanhempi
sitoutus
93bbc067bd
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  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;