localForage/test/localstorage.html
Matthew Riley MacPherson 98c4568656 Use bower instead of vendor/
Close #108 and update .travis.uml to install bower_components in Travis
2014-03-19 01:03:19 -04:00

14 lines
311 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>localStorage driver: Global Scope Test</title>
</head>
<body>
<div class="status"></div>
<script src="../dist/localforage.js"></script>
<script>window.localforage.setDriver('localStorageWrapper');</script>
</body>
</html>