diff --git a/exec/load/json-client.js b/exec/load/json-client.js index 1d3fea30cc75ab0f10bd204dc46a0b31a591483f..2552a4411c4db2d6de5cdb1ee1f2a6e3d040a704 100644 --- a/exec/load/json-client.js +++ b/exec/load/json-client.js @@ -19,7 +19,7 @@ load("json-sock.js"); - JSONClient.shift(scope,location,lock); - JSONClient.write(scope,location,data,lock); - JSONClient.push(scope,location,data,lock); - - JSONClient.remove(scope,location,lock); + - JSONClient.remove(scope,location,lock); - JSONClient.unshift(scope,location,lock); - JSONClient.splice(scope,location,start,end,data,lock) - JSONClient.slice(scope,location,start,end,lock)