ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

faux_grid array size #366

Open Superdrac opened 10 years ago

Superdrac commented 10 years ago

Hi, i wondered why gridster become slow after some resize_widget() function calls, and i finally find why.. The faux_grid array of the gridster object become very (very) big.. Approximately 18k and it increase when i call resize_widget again..

There is some method to make this size decrease ?

Thank you !