#15533 closed defect (fixed)
Errors created with dojo/errors/create don't have "message" property
Reported by: | Bryan Forbes | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | General | Version: | 1.7.3rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Chrome, Error.call(this, message)
returns a new object rather than operating on
|this|
. In order to get the properties set, you have to copy them off of the returned object onto
|this|
.
Change History (5)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [28924]: