Authored by 陶雨

拖拽插件问题

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