##// END OF EJS Templates
Fab CSS
Fab CSS

File last commit:

r14342:90efa5b8
r14360:521e4a1f
Show More
int.js
3 lines | 187 B | application/javascript | JavascriptLexer
define(["notebook/js/widget"], function(){
var IntWidgetModel = IPython.WidgetModel.extend({});
IPython.widget_manager.register_widget_model('IntWidgetModel', IntWidgetModel);
});