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.04k stars 1.2k forks source link

The online documentation for add_widget doesn't mention the max_size and min_size arguments #456

Open joshua-golub opened 9 years ago

joshua-golub commented 9 years ago

As per the JSDoc comments in the code:

* @param {Array} [max_size] max_size Maximun size (in units) for width and height.
* @param {Array} [min_size] min_size Minimum size (in units) for width and height.

I assume that the documentation simply needs to be regenerated.