Files
edx-platform/cms/static/js/pages/course.js
2018-05-29 12:19:05 -04:00

9 lines
185 B
JavaScript

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