Created
February 5, 2015 17:00
-
-
Save anonymous/59755735ac1f5c06582c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.localforage.getItem('context') | |
.then(function(result){ | |
console.log('-- Result ---'); | |
console.log(result); | |
}, function(err){ | |
console.log('--- Error ---'); | |
console.log(err); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment