Files
edx-platform/cms/static/js/pages/course.js
2018-05-29 16:01:38 -04:00

7 lines
159 B
JavaScript

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