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

jslint

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