Created
July 31, 2012 15:29
-
-
Save vseventer/3217837 to your computer and use it in GitHub Desktop.
Kinvey JavaScript Library: Loading the shim.
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
... | |
<script> | |
window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || document.write('<script src="IndexedDBShim.min.js"><\/script>'); | |
</script> | |
<script src="//da189i1jfloii.cloudfront.net/js/kinvey-js-0.9.8.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment