Opened 15 years ago
Closed 15 years ago
#1047 closed defect (invalid)
kitchen sink still needs dojo.require
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I was under the impression from http://dojotoolkit.org/docs/getting_started_with_packaged_dojo.html and http://dojotoolkit.org/download/ The "Kitchen Sink", that if I got the kitchen sink, I would not have to use dojo.require.
However for dojo-0.3.1-kitchen_sink, I still had to dojo.require("dojo.widget.Editor");
But I was good to go with the editor once I used the require statement.
Note: See
TracTickets for help on using
tickets.
You would think that the kitchen sink build includes everything, but it doesn't. It just includes a lot of stuff. Everything *but* the kitchen sink.