Files
edx-platform/cms/static/js/pages/course.js
2018-06-07 13:46:47 -04:00

7 lines
159 B
JavaScript

define(
['js/models/course'],
function(ContextCourse) {
window.course = new ContextCourse(window.pageFactoryArguments.ContextCourse);
}
);