##// END OF EJS Templates
Merge pull request #5576 from minrk/re.sub-is-crazy-slow...
Merge pull request #5576 from minrk/re.sub-is-crazy-slow only process cr if it's found

File last commit:

r15427:3bb7cf6a
r16250:dc61a922 merge
Show More
init.js
22 lines | 866 B | application/javascript | JavascriptLexer
//----------------------------------------------------------------------------
// 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.
//----------------------------------------------------------------------------
//============================================================================
// Basic Widgets
//============================================================================
define([
"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",
], function(){ return true; });