Opened 14 years ago
Closed 14 years ago
#3339 closed defect (fixed)
dojo.isGears incorrectly initialized
Reported by: | bradneuberg | Owned by: | bradneuberg |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.isGears is initialized to be the version string of Gears, which is currently the value 0.1. Even if you have Gears, and you ask (dojo.isGears() == true), this will return false. We should initialize it to a clean true or false value.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That should be (dojo.isGears == true) not (dojo.isGears() == true)