/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
xmodule/js/src/vertical/edit.js
18 строк
717 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() { var extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, hasProp = {}.hasOwnProperty; this.VerticalDescriptor = (function(superClass) { extend(VerticalDescriptor, superClass); function VerticalDescriptor() { return VerticalDescriptor.__super__.constructor.apply(this, arguments); } return VerticalDescriptor; })(XModule.Descriptor); }).call(this);