Fix an error example

See history
This commit is contained in:
BlackGlory 2014-08-09 21:05:11 +09:00
parent cd3885fede
commit cdb55b6375

View File

@ -146,7 +146,7 @@ request.addEventListener('readystatechange', function() {
```
```coffeescript
localforage.getItem "somekey", "some value" (value) ->
localforage.setItem "somekey", "some value" (value) ->
# Do other things once the value has been saved.
console.log value