##// END OF EJS Templates
Renamed widget python classes to avoid name stomping
Renamed widget python classes to avoid name stomping

File last commit:

r14266:f155b0f4
r14267:bcc71453
Show More
int.js
3 lines | 197 B | application/javascript | JavascriptLexer
require(["notebook/js/widget"], function(){
var IntWidgetModel = IPython.WidgetModel.extend({});
IPython.notebook.widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
});