From 7aeafad8115aebcc3edcaf2674f7c78b4668fade Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Sun, 23 Nov 2014 16:56:55 -0800 Subject: [PATCH] make Utils public --- src/gridstack.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gridstack.js b/src/gridstack.js index be69dfa..1c7c3ce 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -523,6 +523,8 @@ scope.GridStackUI = GridStack; + scope.GridStackUI.Utils = Utils; + $.fn.gridstack = function (opts) { return this.each(function () { if (!$(this).data('gridstack')) {