Skip to content

Commit

Permalink
sammyjs/index.html - fix localStorage test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayoff committed Sep 15, 2011
1 parent 65514af commit ea43d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo-example/sammyjs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="lib/model.js" type="text/javascript" charset="utf-8"></script>
<script src="app.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
if (!'localStorage' in window) {
if (!('localStorage' in window)) {
alert('Your browser does not support localStorage');
}
</script>
Expand Down

0 comments on commit ea43d08

Please sign in to comment.