-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move singleton docs inline, where possible. Refs #982
git-svn-id: http://svn.dojotoolkit.org/src/dijit/trunk@11705 560b804f-0ae3-0310-86f3-f6aa0a117693
- Loading branch information
Showing
4 changed files
with
31 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,15 @@ | ||
/*===== | ||
// dijit fallback for key summaries otherwise not covered by the doc parser | ||
// never, ever include this file. really. | ||
dijit.demos = { | ||
// summary: Home of the official dijit demo code | ||
}; | ||
dijit.dijit = { | ||
// summary: A roll-up for common dijit methods | ||
// description: | ||
// A rollup file for the build system including the core and common | ||
// dijit files. | ||
// | ||
// example: | ||
// | <script type="text/javascript" src="js/dojo/dijit/dijit.js"></script> | ||
// | ||
}; | ||
|
||
dijit["dijit-all"] = { | ||
// summary: A rollup that includes every dijit. You probably don't need this. | ||
}; | ||
|
||
dijit.form = { | ||
// summary: Form and input related widgets | ||
}; | ||
dijit.layout = { | ||
// summary: Layout related widgets | ||
}; | ||
|
||
dijit.nls = { | ||
// summary: i18n translations for dijit | ||
}; | ||
|
||
dijit.registry = { | ||
// summary: A list of widgets on a page. | ||
// description: Is an instance of dijit.WidgetSet | ||
}; | ||
|
||
=====*/ |