Skip to content
Snippets Groups Projects

Update comments on jsonclient

Merged Kayz requested to merge mlong/jsonclient into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -17,8 +17,9 @@ load("json-sock.js");
- JSONClient.read(scope,location,lock);
- JSONClient.pop(scope,location,lock);
- JSONClient.shift(scope,location,lock);
- JSONClient.write(scope,location,lock);
- JSONClient.push(scope,location,lock);
- JSONClient.write(scope,location,data,lock);
- JSONClient.push(scope,location,data,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)
Loading