Merge pull request #10534 from edx/andya/fix-studio-videos

Fix optimizing of draggabilly and json2
This commit is contained in:
Andy Armstrong
2015-11-06 12:12:44 -05:00
5 changed files with 10 additions and 12 deletions

View File

@@ -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 = {