#205 closed defect (fixed)
Extra methods in dojo.storage.js
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | General | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
getItem and setItem appear to be leftover; they defer to get and set, but can't work due to missing params:
getItem: function(){ return this.get(key, value, namespace); },
Note: See
TracTickets for help on using
tickets.
(In [2193]) removing unused methods. Fixes #205