Przeglądaj źródła

去除没用的提示

Z F 7 lat temu
rodzic
commit
93bbc067bd
1 zmienionych plików z 1 dodań i 4 usunięć
  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;