Files
edx-platform/cms/static/js/factories/course_create_rerun.js
2016-08-08 15:04:06 -04:00

5 lines
121 B
JavaScript

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