##// END OF EJS Templates
Tests for the default klass attribute of the Instance traitlet
Tests for the default klass attribute of the Instance traitlet

File last commit:

r17214:c0cbf124
r17326:0440d2d2
Show More
pagemain.js
7 lines | 218 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
require(['base/js/page'], function(page) {
var page_instance = new page.Page();
page_instance.show();
});