add_widget() now returns the newly created widget

This commit is contained in:
Julien Chichignoud 2015-01-29 11:12:22 +01:00
commit ef311e6fb1
2 changed files with 3 additions and 1 deletions

View file

@ -582,6 +582,8 @@
this.container.append(el);
this._prepare_element(el);
this._update_container_height();
return el;
};
GridStack.prototype.will_it_fit = function (x, y, width, height, auto_position) {