mirror of
https://github.com/localForage/localForage.git
synced 2026-01-25 14:44:26 +00:00
Fix an error example
See history
This commit is contained in:
parent
cd3885fede
commit
cdb55b6375
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user