#1461 closed defect (fixed)
dojo.lang.repr function references undefined variable o.NAME
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In svn trunk:
Function dojo.lang.repr():
"return o.NAME;"
should be:
"return obj.NAME;"
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Owner: | changed from anonymous to dylan |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5700]) fixes #1461, dojo.lang.repr function references undefined variable o.NAME, thanks for catching this