1
0
Fork 0

Expanded example.

This commit is contained in:
Alan Plum 2014-06-24 16:16:41 +02:00
parent b3ecb4f2b3
commit c4173ae192
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ Returns *false* if the user already didn't exist.
@EXAMPLES @EXAMPLES
```js ```js
var user = userStorage.get(userId);
user.delete(); user.delete();
``` ```