Opened 8 years ago
Closed 8 years ago
#17007 closed defect (fixed)
Erreur in Dojo "declare" documentation
Reported by: | Claude Guyomard | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Documentation | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In http://livedocs.dojotoolkit.org/dojo/_base/declare :
Section dojo/declare(), sub-section "Defining a Class"
The first words "In my/person.js" identifies the module as "my/person" (lowercase "person").
However, the following example ("Using the class") instanciates a my/Person class (uppercase "Person")
So I think that the first words
"In my/person.js"
should be :
"In my/Person.js"
Change History (1)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, fixed in 0655da6.