diff --git a/http.js b/http.js index 88869c689..4f6296d08 100644 --- a/http.js +++ b/http.js @@ -4,7 +4,6 @@ this.host = host; }; - //TODO unify the format of object passed to 'send method' function formatJsonRpcObject(object) { return { jsonrpc: '2.0', @@ -14,7 +13,6 @@ } }; - //TODO unify the format of output messages, maybe there should be objects instead function formatJsonRpcMessage(message) { var object = JSON.parse(message); diff --git a/index.html b/index.html index fc658c00a..6d27af1df 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,9 @@ +