Files
edx-platform/cms/static/js/factories/base.js
2019-09-24 10:53:10 +05:00

9 lines
331 B
JavaScript

// We can't convert this to an es6 module until all factories that use it have been converted out
// of RequireJS
define(['js/base', 'cms/js/main', 'js/src/logger', 'datepair', 'accessibility',
'ieshim', 'tooltip_manager', 'lang_edx', 'js/models/course', 'jquery_extend_patch'],
function() {
'use strict';
}
);