File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
3737 - [ Load grid from array] ( #load-grid-from-array )
3838 - [ Override resizable/draggable options] ( #override-resizabledraggable-options )
3939 - [ IE8 support] ( #ie8-support )
40+ - [ Use with require.js] ( #use-with-requirejs )
4041 - [ Nested grids] ( #nested-grids )
4142 - [ Resizing active grid] ( #resizing-active-grid )
4243 - [ Using AniJS] ( #using-anijs )
@@ -428,6 +429,12 @@ for i in range(N):
428429There are at least two more issues with gridstack in IE8 with jQueryUI resizable (it seems it doesn't work) and
429430droppable. If you have any suggestions about support of IE8 you are welcome here: https://github.com/troolee/gridstack.js/issues/76
430431
432+ ## Use with require.js
433+
434+ If you're using require.js and a single file jQueryUI please check out this
435+ [ Stackoverflow question] ( http://stackoverflow.com/questions/35582945/redundant-dependencies-with-requirejs ) to get it
436+ working properly.
437+
431438
432439## Nested grids
433440
You can’t perform that action at this time.
0 commit comments