update dist
This commit is contained in:
parent
440025b375
commit
948b65d743
3 changed files with 4 additions and 4 deletions
4
dist/gridstack.js
vendored
4
dist/gridstack.js
vendored
|
|
@ -1360,7 +1360,7 @@
|
|||
|
||||
GridStack.prototype.cellWidth = function() {
|
||||
var o = this.container.children('.' + this.opts.itemClass).first();
|
||||
return Math.ceil(o.outerWidth() / o.attr('data-gs-width'));
|
||||
return Math.ceil(o.outerWidth() / parseInt(o.attr('data-gs-width'), 10));
|
||||
};
|
||||
|
||||
GridStack.prototype.getCellFromPixel = function(position, useOffset) {
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
2
dist/gridstack.min.js
vendored
2
dist/gridstack.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/gridstack.min.map
vendored
2
dist/gridstack.min.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue