Skip to content

Commit

Permalink
Fixed 500 page in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Scandalis committed Dec 21, 2012
1 parent 9e40678 commit 1b83285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/500.joo
Expand Up @@ -5,7 +5,6 @@
var red = Math.floor(Math.random()*100) + 100;
var green = Math.floor(Math.random()*100) + 125;
var blue = Math.floor(Math.random()*100) + 125;
console.log('404');
:>
<head>
<title>JooDee</title>
Expand Down

0 comments on commit 1b83285

Please sign in to comment.