From 7fc97d0f79d8f4e156a9976387beb0ef38bfcc83 Mon Sep 17 00:00:00 2001 From: vieron Date: Wed, 3 Oct 2012 15:43:35 +0200 Subject: [PATCH] Allow to extend gridster out of the scope --- src/jquery.gridster.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 198f326453..2906f2fff1 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -2500,5 +2500,6 @@ }); }; + $.Gridster = fn; }(jQuery, window, document));