From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- lib/dijit/dijit-all.js.uncompressed.js | 75 ++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 lib/dijit/dijit-all.js.uncompressed.js (limited to 'lib/dijit/dijit-all.js.uncompressed.js') diff --git a/lib/dijit/dijit-all.js.uncompressed.js b/lib/dijit/dijit-all.js.uncompressed.js new file mode 100644 index 000000000..6aaf97636 --- /dev/null +++ b/lib/dijit/dijit-all.js.uncompressed.js @@ -0,0 +1,75 @@ +define("dijit/dijit-all", [ + "./main", + "./dijit", + "./ColorPalette", + "./Declaration", + "./Dialog", + "./DialogUnderlay", + "./TooltipDialog", + "./Editor", + "./_editor/plugins/FontChoice", + "./_editor/plugins/LinkDialog", + "./Menu", + "./MenuItem", + "./PopupMenuItem", + "./CheckedMenuItem", + "./MenuBar", + "./MenuBarItem", + "./PopupMenuBarItem", + "./MenuSeparator", + "./ProgressBar", + "./TitlePane", + "./Toolbar", + "./Tooltip", + "./Tree", + "./InlineEditBox", + "./form/Form", + "./form/Button", + "./form/DropDownButton", + "./form/ComboButton", + "./form/ToggleButton", + "./form/CheckBox", + "./form/RadioButton", + "./form/TextBox", + "./form/ValidationTextBox", + "./form/CurrencyTextBox", + "./form/DateTextBox", + "./form/TimeTextBox", + "./form/NumberSpinner", + "./form/NumberTextBox", + "./form/ComboBox", + "./form/FilteringSelect", + "./form/MultiSelect", + "./form/Select", + "./form/HorizontalSlider", + "./form/VerticalSlider", + "./form/HorizontalRule", + "./form/VerticalRule", + "./form/HorizontalRuleLabels", + "./form/VerticalRuleLabels", + "./form/SimpleTextarea", + "./form/Textarea", + "./layout/AccordionContainer", + "./layout/ContentPane", + "./layout/BorderContainer", + "./layout/LayoutContainer", + "./layout/LinkPane", + "./layout/SplitContainer", + "./layout/StackContainer", + "./layout/TabContainer" +], function(dijit){ + + // module: + // dijit/dijit-all + + /*===== + return { + // summary: + // A rollup that includes every dijit. You probably don't need this. + }; + =====*/ + + console.warn("dijit-all may include much more code than your application actually requires. We strongly recommend that you investigate a custom build or the web build tool"); + + return dijit; +}); -- cgit v1.2.3