localForage/examples/require.html
Matthew Riley MacPherson f6247df6f4 Update to use promises
2014-01-20 23:44:01 -05:00

11 lines
208 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf8" />
<title>require.js localForage example</title>
</head>
<body>
<script src="./require.js" data-main="main.js"></script>
</body>
</html>