##// END OF EJS Templates
Added jquery in define
Tarun Gaba -
Show More
@@ -4,8 +4,9
4 define([
4 define([
5 "underscore",
5 "underscore",
6 "backbone",
6 "backbone",
7 "jquery",
7 "base/js/namespace"
8 "base/js/namespace"
8 ], function (_, Backbone, IPython) {
9 ], function (_, Backbone, $, IPython) {
9
10
10 //--------------------------------------------------------------------
11 //--------------------------------------------------------------------
11 // WidgetManager class
12 // WidgetManager class
General Comments 0
You need to be logged in to leave comments. Login now