Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aeafad

Browse files
committed
make Utils public
1 parent ba208c2 commit 7aeafad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gridstack.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@
523523

524524
scope.GridStackUI = GridStack;
525525

526+
scope.GridStackUI.Utils = Utils;
527+
526528
$.fn.gridstack = function (opts) {
527529
return this.each(function () {
528530
if (!$(this).data('gridstack')) {

0 commit comments

Comments
 (0)