Commit 7e975f78 by Christina Roberts

Merge pull request #4815 from edx/christina/bug-1999

jquery.immediateDescendents cannot be loaded until jQuery is loaded.
parents 5789b98b 1272f049
......@@ -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