#814 closed defect (fixed)
dojo.storage manual examples incorrect
Reported by: | Owned by: | dylan | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Doc parser | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.storage examples in manual might be better as:
store a value in the global namespace dojo.storage.set("foo", "bar baz");
store a value in the "/tmp" namespace dojo.storage.set("foo", "bar baz", "/tmp");
get the value back from the global namespace var value = dojo.storage.get("foo");
get the value back from the "/tmp" namespace var value = dojo.storage.get("foo", "/tmp");
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to dylan |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Milestone: | → 0.4 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
merged into the manual