#13428 closed defect (fixed)
has conditional for rhino dojo.exit in dojo/_base/kernel is flipped
Reported by: | Colin Snover | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Core | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
quit
is a rhino function, should only be used for dojo.exit
when has("host-rhino")
is true, but the conditional is set backwards at dojo/_base/kernel.js:176 (r25756)
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to Rawld Gill |
---|
comment:2 Changed 10 years ago by
Status: | new → assigned |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in [25925]