Authored by 陶雨

拖拽插件问题

@@ -13,9 +13,9 @@ var jQuery = require('jquery'); @@ -13,9 +13,9 @@ var jQuery = require('jquery');
13 return; 13 return;
14 } 14 }
15 var _self = $(this); 15 var _self = $(this);
16 - setTimeout(function(){  
17 - _self.css("height",_self.height());  
18 - },600) 16 + //setTimeout(function(){
  17 + // _self.css("height",_self.height());
  18 + //},600)
19 19
20 var index, items = $(this).children(options.items), connectWith = options.connectWith || false; 20 var index, items = $(this).children(options.items), connectWith = options.connectWith || false;
21 21