diff --git a/js/Simple.js b/js/Simple.js index 0d50b00..4dc3134 100644 --- a/js/Simple.js +++ b/js/Simple.js @@ -107,7 +107,7 @@ Simple.prototype.setStringProperty = function(value) { /** * Starts a request for a value */ -Simple.prototype.startValueRequest = function(value) { +Simple.prototype.startValueRequest = function() { return this.invoke({ "method": "startValueRequest" });