/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
xmodule/js/src/html/display.js
26 строк
746 B
Muhammad Umar Khan
Revert "Revert "refactor: move xmodule folder to root""
20 июн 2022, 16:20
Не верифицирован
20 июн 2022, 16:20
a389a9f
Код
Авторство
О чём код?
// Once generated by CoffeeScript 1.9.3, but now lives as pure JS /* eslint-disable */ (function() { this.HTMLModule = (function() { function HTMLModule(element) { this.element = element; this.el = $(this.element); JavascriptLoader.executeModuleScripts(this.el); Collapsible.setCollapsibles(this.el); if (typeof MathJax !== "undefined" && MathJax !== null) { MathJax.Hub.Queue(["Typeset", MathJax.Hub, this.el[0]]); } if (typeof setupFullScreenModal !== "undefined" && setupFullScreenModal !== null) { setupFullScreenModal(); } } HTMLModule.prototype.$ = function(selector) { return $(selector, this.el); }; return HTMLModule; })(); }).call(this);