Ticket #2642 (closed defect: fixed)
FlashStorageProvider setting "initialized" flag incorrectly
| Reported by: | shaneosullivan1@… | Owned by: | bradneuberg |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Storage/Flash | Version: | 0.4.2 |
| Severity: | major | Keywords: | |
| Cc: |
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
Note: See
TracTickets for help on using
tickets.