Commit 5821e278 authored by Tristan Cavelier's avatar Tristan Cavelier

dumb putAttachment added to storage.js

parent f0536ebc
......@@ -232,6 +232,15 @@ var storage = function(spec, my) {
});
};
that._putAttachment = function () {
setTimeout(function () {
that.error(that.createErrorObject(
0,"Not Implemented Yet",
"\"PutAttachment\" command is not implemented"
));
});
};
that._get = function () {
setTimeout(function () {
that.error(that.createErrorObject(
......
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