Commit 1272f049 by cahrens

jquery.immediateDescendents cannot be loaded until jQuery is loaded.

STUD-1999
parent 5789b98b
......@@ -217,6 +217,9 @@
"tooltip_manager": {
deps: ["jquery", "underscore"]
},
"jquery.immediateDescendents": {
deps: ["jquery"]
},
"xblock/core": {
exports: "XBlock",
deps: ["jquery", "jquery.immediateDescendents"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment