Merge pull request #10534 from edx/andya/fix-studio-videos
Fix optimizing of draggabilly and json2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define(["jquery", "jquery.ui", "underscore", "json2", "gettext", "draggabilly",
|
||||
define(["jquery", "jquery.ui", "underscore", "gettext", "draggabilly",
|
||||
"js/utils/module", "common/js/components/views/feedback_notification"],
|
||||
function ($, ui, _, JSON, gettext, Draggabilly, ModuleUtils, NotificationView) {
|
||||
function ($, ui, _, gettext, Draggabilly, ModuleUtils, NotificationView) {
|
||||
'use strict';
|
||||
|
||||
var contentDragger = {
|
||||
|
||||
Reference in New Issue
Block a user