Commit 5fc8cbd7 authored by Tristan Cavelier's avatar Tristan Cavelier

postCommand do not call put method anymore, it calls post method now

parent 24401987
......@@ -27,7 +27,7 @@ var postCommand = function(spec, my) {
};
that.executeOn = function(storage) {
storage.put (that);
storage.post (that);
};
return that;
......
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