##// END OF EJS Templates
JS Contents API doesn't need dialog module
Thomas Kluyver -
Show More
@@ -5,8 +5,7 b' define(['
5 5 'base/js/namespace',
6 6 'jquery',
7 7 'base/js/utils',
8 'base/js/dialog',
9 ], function(IPython, $, utils, dialog) {
8 ], function(IPython, $, utils) {
10 9 var Contents = function(options) {
11 10 // Constructor
12 11 //
General Comments 0
You need to be logged in to leave comments. Login now