make Utils public
This commit is contained in:
parent
ba208c29c9
commit
7aeafad811
1 changed files with 2 additions and 0 deletions
|
|
@ -523,6 +523,8 @@
|
|||
|
||||
scope.GridStackUI = GridStack;
|
||||
|
||||
scope.GridStackUI.Utils = Utils;
|
||||
|
||||
$.fn.gridstack = function (opts) {
|
||||
return this.each(function () {
|
||||
if (!$(this).data('gridstack')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue