build js
This commit is contained in:
parent
90424c0d8a
commit
8ebb3f74b4
3 changed files with 11 additions and 2 deletions
9
dist/gridstack.js
vendored
9
dist/gridstack.js
vendored
|
|
@ -747,6 +747,15 @@
|
|||
return el;
|
||||
};
|
||||
|
||||
GridStack.prototype.make_widget = function(el) {
|
||||
el = $(el);
|
||||
this._prepare_element(el);
|
||||
this._update_container_height();
|
||||
this._trigger_change_event(true);
|
||||
|
||||
return el;
|
||||
};
|
||||
|
||||
GridStack.prototype.will_it_fit = function(x, y, width, height, auto_position) {
|
||||
var node = {x: x, y: y, width: width, height: height, auto_position: auto_position};
|
||||
return this.grid.can_be_placed_with_respect_to_height(node);
|
||||
|
|
|
|||
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