Merge pull request #14000 from edx/yro_fix_utils
fix async js dateutil issue
This commit is contained in:
@@ -1724,6 +1724,7 @@ REQUIRE_JS_PATH_OVERRIDES = {
|
||||
'moment-timezone': 'common/js/vendor/moment-timezone-with-data.js',
|
||||
'js/courseware/course_home_events': 'js/courseware/course_home_events.js',
|
||||
'js/courseware/accordion_events': 'js/courseware/accordion_events.js',
|
||||
'js/dateutil_factory': 'js/dateutil_factory.js',
|
||||
'js/courseware/link_clicked_events': 'js/courseware/link_clicked_events.js',
|
||||
'js/courseware/toggle_element_visibility': 'js/courseware/toggle_element_visibility.js',
|
||||
'js/student_account/logistration_factory': 'js/student_account/logistration_factory.js',
|
||||
|
||||
@@ -93,4 +93,3 @@
|
||||
return DateUtilFactory;
|
||||
});
|
||||
}).call(this, define || RequireJS.define);
|
||||
|
||||
|
||||
@@ -40,7 +40,8 @@
|
||||
'lms/js/preview/preview_factory',
|
||||
'support/js/certificates_factory',
|
||||
'support/js/enrollment_factory',
|
||||
'teams/js/teams_tab_factory'
|
||||
'teams/js/teams_tab_factory',
|
||||
'js/dateutil_factory'
|
||||
]),
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user