#11495 closed enhancement (fixed)
declare.js feature request:
Reported by: | kiuma | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | Core | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
please at line 472: there is err("unknown base class. Did you use dojo.require to pull it in?");
this doesn't help much.
can you change it to something like: err("unknown base class. Did you use dojo.require to pull it in? Offending class: '" + className + "' with superclass: '" + superclass + "'");
so to quickly identify such problems ?
kiuma
Change History (3)
comment:1 Changed 11 years ago by
Component: | General → Core |
---|---|
Milestone: | tbd → future |
Owner: | changed from anonymous to Eugene Lazutkin |
Priority: | high → low |
severity: | normal → minor |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Milestone: | future → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
(In [23250]) Added a class name (if available) to all error output from dojo.declare, thx kiuma!, !strict, fixes #11495.