Commit 38110375 authored by Tristan Cavelier's avatar Tristan Cavelier

typo fixed

parent 6f845ffc
...@@ -77,7 +77,7 @@ IODeferred.prototype.resolve = function (a, b) { ...@@ -77,7 +77,7 @@ IODeferred.prototype.resolve = function (a, b) {
return this.reject( return this.reject(
'internal_storage_error', 'internal_storage_error',
'invalid response', 'invalid response',
this._method + ' method needs a dict as returnd "data".' this._method + ' method needs a dict as returned "data".'
); );
} }
//return super_resolve(deepClone(weak)); //return super_resolve(deepClone(weak));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment