Skip to content

Commit

Permalink
Testing built script on IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed Jan 12, 2011
1 parent 8fa371c commit 9eee098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/build.html
Expand Up @@ -11,7 +11,8 @@
<li>item one</li>
</ul>

var log = function(msg){
<script>
var log = function(msg){
var c = document.getElementById('console');
var newItem = document.createElement('li');
newItem.innerHTML = msg;
Expand Down

0 comments on commit 9eee098

Please sign in to comment.