Fixed typo in new test

This commit is contained in:
Jonathan Frederic 2014-02-07 13:36:32 -08:00 committed by Jonathan Frederic
parent a173e684c6
commit fbf700e5d2

View File

@ -98,7 +98,7 @@ casper.notebook_test(function () {
this.touch(); this.touch();
}, },
}); });
WidgetManager.register_widget_view('MultiSetView', MultiSetView); IPython.WidgetManager.register_widget_view('MultiSetView', MultiSetView);
}, {}); }, {});
}); });