##// END OF EJS Templates
Fixed typo in new test
Jonathan Frederic -
Show More
@@ -98,7 +98,7 b' casper.notebook_test(function () {'
98 this.touch();
98 this.touch();
99 },
99 },
100 });
100 });
101 WidgetManager.register_widget_view('MultiSetView', MultiSetView);
101 IPython.WidgetManager.register_widget_view('MultiSetView', MultiSetView);
102 }, {});
102 }, {});
103 });
103 });
104
104
General Comments 0
You need to be logged in to leave comments. Login now