_modules.js 297 B

123456789101112131415161718
  1. /*=====
  2. // dijit fallback for key summaries otherwise not covered by the doc parser
  3. dijit.demos = {
  4. // summary:
  5. // Home of the official dijit demo code
  6. };
  7. dijit.form = {
  8. // summary:
  9. // Form and input related widgets
  10. };
  11. dijit.layout = {
  12. // summary:
  13. // Layout related widgets
  14. };
  15. =====*/