Skip to content

Commit

Permalink
using terseToVerboseCallback for DOM#save
Browse files Browse the repository at this point in the history
  • Loading branch information
alunny committed Nov 24, 2010
1 parent 469c784 commit c345d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/DOMStorageAdaptor.js
Expand Up @@ -52,7 +52,7 @@ DOMStorageAdaptor.prototype = {
this.storage.setItem(id, this.serialize(obj));
if (callback) {
obj.key = id.split('::')[1];
callback(obj);
this.terseToVerboseCallback(callback)(obj);
}
},

Expand Down

0 comments on commit c345d6f

Please sign in to comment.