Skip to content

Commit

Permalink
VanillaJS app: Wrap IIFE and use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 24, 2012
1 parent 124b1c9 commit 6ca1d7c
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 230 deletions.
2 changes: 1 addition & 1 deletion vanilla-examples/vanillajs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<section id="todoapp">
<header id="header">
<h1>Todos</h1>
<h1>todos</h1>
<input id="new-todo" placeholder="What needs to be done?" autofocus>
</header>
<section id="main">
Expand Down
Loading

0 comments on commit 6ca1d7c

Please sign in to comment.