Skip to content

Commit 8710a01

Browse files
committed
Re-built gridstack with jqueryUI fix
1 parent f6f7ce4 commit 8710a01

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/gridstack.all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.jQueryUI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
} else if (typeof exports !== 'undefined') {
1717
try { jQuery = require('jquery'); } catch (e) {}
1818
try { _ = require('lodash'); } catch (e) {}
19-
try { GridStackUI = require('gridstack'); } catch (e) {}
20-
factory(jQuery, _, GridStackUI, exports);
19+
try { gridstack = require('gridstack'); } catch (e) {}
20+
factory(jQuery, _, gridstack.GridStackUI, exports);
2121
} else {
2222
factory(jQuery, _, GridStackUI, window);
2323
}

dist/gridstack.jQueryUI.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)