init.js
22 lines
| 866 B
| application/javascript
|
JavascriptLexer
Jonathan Frederic
|
r14470 | //---------------------------------------------------------------------------- | ||
// Copyright (C) 2013 The IPython Development Team | ||||
// | ||||
// Distributed under the terms of the BSD License. The full license is in | ||||
// the file COPYING, distributed as part of this software. | ||||
//---------------------------------------------------------------------------- | ||||
//============================================================================ | ||||
Jonathan Frederic
|
r14546 | // Basic Widgets | ||
Jonathan Frederic
|
r14470 | //============================================================================ | ||
Jonathan Frederic
|
r14546 | define([ | ||
Jonathan Frederic
|
r15427 | "widgets/js/widget_bool", | ||
"widgets/js/widget_button", | ||||
"widgets/js/widget_container", | ||||
"widgets/js/widget_float", | ||||
"widgets/js/widget_image", | ||||
"widgets/js/widget_int", | ||||
"widgets/js/widget_selection", | ||||
"widgets/js/widget_selectioncontainer", | ||||
"widgets/js/widget_string", | ||||
Jonathan Frederic
|
r14546 | ], function(){ return true; }); | ||