Files
edx-platform/cms/static/js/factories/course_create_rerun.js
2014-10-20 17:33:21 +03:00

5 lines
123 B
JavaScript

define(['jquery', 'jquery.form', 'js/views/course_rerun'], function ($) {
'use strict';
return function () {};
});