Opened 14 years ago
Closed 13 years ago
#2642 closed defect (fixed)
FlashStorageProvider setting "initialized" flag incorrectly
Reported by: | Owned by: | bradneuberg | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Storage/Flash | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
All storage providers except the FlashStorageProvider? set a variable "initialized" to true when they are ready to be used. FlashStorageProvider? sets the "_initialized" flag instead, which is not checked anywhere. This should be kept consistent so that dojo.storage.manager can use the flag instead of having a separate check for Flash.
Change History (5)
comment:1 Changed 14 years ago by
Milestone: | 0.9beta → 0.9 |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:5 Changed 13 years ago by
Milestone: | 1.2 → 1.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [13011]
Note: See
TracTickets for help on using
tickets.
Discussed with Brad. Won't be hit for beta.