Fix _is_one_column_mode -> _isOneColumnMode and add in obsolete unit checks for all gs, non-GSEngine code.
This commit is contained in:
parent
51d7a20116
commit
eedf6d5716
5 changed files with 305 additions and 4 deletions
2
dist/gridstack.js
vendored
2
dist/gridstack.js
vendored
|
|
@ -1466,7 +1466,7 @@
|
|||
GridStack.prototype._update_container_height = obsolete(GridStack.prototype._updateContainerHeight,
|
||||
'_update_container_height', '_updateContainerHeight');
|
||||
GridStack.prototype._is_one_column_mode = obsolete(GridStack.prototype._isOneColumnMode,
|
||||
'_is_one_column_mode',' _isOneColumnMode');
|
||||
'_is_one_column_mode','_isOneColumnMode');
|
||||
GridStack.prototype._prepare_element = obsolete(GridStack.prototype._prepareElement,
|
||||
'_prepare_element', '_prepareElement');
|
||||
GridStack.prototype.set_animation = obsolete(GridStack.prototype.setAnimation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue