From 55808ce9e561c6bfe74db746adec2a703f34068a 2014-11-06 21:52:47 From: Thomas Kluyver Date: 2014-11-06 21:52:47 Subject: [PATCH] JS Contents API doesn't need dialog module --- diff --git a/IPython/html/static/services/contents.js b/IPython/html/static/services/contents.js index 3cc5f11..d229b0b 100644 --- a/IPython/html/static/services/contents.js +++ b/IPython/html/static/services/contents.js @@ -5,8 +5,7 @@ define([ 'base/js/namespace', 'jquery', 'base/js/utils', - 'base/js/dialog', -], function(IPython, $, utils, dialog) { +], function(IPython, $, utils) { var Contents = function(options) { // Constructor //