##// END OF EJS Templates
Merge pull request #6169 from tarzzz/fix-requirejs...
Min RK -
r17278:4017ee41 merge
parent child Browse files
Show More
@@ -4,8 +4,9 b''
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