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

Update comments and cleared generated_stylesheets #287

Open ryancharlesking opened 10 years ago

ryancharlesking commented 10 years ago

Updated the function comments to better describe what the function does. Also added a line to clear the generated_stylesheets array cache when the tags are removed. That way they can be added back later without failing during the cache check. This last part because most useful on single page apps where the grid is destroyed and then recreated in the same session (no page refresh being done).