From 9a7c6e78d9c5dda3ea68e993c9904835b6c3ce71 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 6 Nov 2014 13:52:47 -0800 Subject: [PATCH] JS Contents API doesn't need dialog module --- IPython/html/static/services/contents.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IPython/html/static/services/contents.js b/IPython/html/static/services/contents.js index 3cc5f11e5..d229b0b74 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 //