Commit 8e2ec988 authored by Tristan Cavelier's avatar Tristan Cavelier

jslint

parent 49d0dc69
......@@ -44,9 +44,9 @@ var command = function(spec, my) {
that.super_serialized = function () {
var o = that.serialized() || {};
o["label"] = that.getLabel();
o["tried"] = priv.tried,
o["doc"] = that.cloneDoc(),
o["option"] = that.cloneOption()
o["tried"] = priv.tried;
o["doc"] = that.cloneDoc();
o["option"] = that.cloneOption();
return o;
};
......
......@@ -70,7 +70,7 @@ var storage = function(spec, my) {
*/
that.serialized = function () {
return {};
}
};
/**
* Validate the storage state. It returns a empty string all is ok.
......
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