(callback)
| 119 | }; |
| 120 | |
| 121 | pin(callback) { //pins the document to the local store |
| 122 | CB.CloudObject.pin(this, callback); |
| 123 | }; |
| 124 | |
| 125 | unPin(callback) { //pins the document to the local store |
| 126 | CB.CloudObject.unPin(this, callback); |
no outgoing calls
no test coverage detected