Revert "Switch container factory to webpack"

This commit is contained in:
Calen Pennington
2018-05-29 16:01:38 -04:00
committed by GitHub
parent 6c8e0842cc
commit 0f7e2373d0
162 changed files with 6718 additions and 7296 deletions

View File

@@ -9,8 +9,7 @@ define([
'common/js/components/views/feedback_alert',
'js/views/utils/xblock_utils',
'js/views/utils/move_xblock_utils',
'edx-ui-toolkit/js/utils/string-utils',
'jquery.smoothScroll'
'edx-ui-toolkit/js/utils/string-utils'
],
function($, _, Backbone, Feedback, AlertView, XBlockViewUtils, MoveXBlockUtils, StringUtils) {
'use strict';