//----------------------------------------------------------------------------1// Copyright (C) 2013 The IPython Development Team2//3// Distributed under the terms of the BSD License. The full license is in4// the file COPYING, distributed as part of this software.5//----------------------------------------------------------------------------67//============================================================================8// Basic Widgets9//============================================================================1011define([12"widgets/js/widget_bool",13"widgets/js/widget_button",14"widgets/js/widget_container",15"widgets/js/widget_float",16"widgets/js/widget_image",17"widgets/js/widget_int",18"widgets/js/widget_selection",19"widgets/js/widget_selectioncontainer",20"widgets/js/widget_string",21], function(){ return true; });222324