Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 620d190

Browse files
committed
Merge commit '7f0d4921a5c39a7673b31071fffd3aa4f8d2035c'
2 parents 2ddd6d5 + 7f0d492 commit 620d190

File tree

5 files changed

+274
-11
lines changed

5 files changed

+274
-11
lines changed

dist/gridstack.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,6 @@
477477
opts.placeholderText = opts.placeholder_text;
478478
obsoleteOpts('placeholder_text', 'placeholderText');
479479
}
480-
if (typeof opts.item_class !== 'undefined') {
481-
opts.itemClass = opts.item_class;
482-
obsoleteOpts('item_class', 'itemClass');
483-
}
484480
if (typeof opts.cell_height !== 'undefined') {
485481
opts.cellHeight = opts.cell_height;
486482
obsoleteOpts('cell_height', 'cellHeight');

0 commit comments

Comments
 (0)