Update dist.

This commit is contained in:
d 2016-03-01 11:20:03 -05:00
commit c14473fab1
3 changed files with 2 additions and 6 deletions

4
dist/gridstack.js vendored
View file

@ -477,10 +477,6 @@
opts.placeholderText = opts.placeholder_text;
obsoleteOpts('placeholder_text', 'placeholderText');
}
if (typeof opts.item_class !== 'undefined') {
opts.itemClass = opts.item_class;
obsoleteOpts('item_class', 'itemClass');
}
if (typeof opts.cell_height !== 'undefined') {
opts.cellHeight = opts.cell_height;
obsoleteOpts('cell_height', 'cellHeight');

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long