Fix test case.

master
Jason A. Donenfeld 2011-05-05 20:34:32 -04:00
parent 7b968aaf60
commit 5b3265b592
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
$(document).ready(function() {
$("debug").html("Hello!");
});
$("#debug").html("Hello world.");
});