Fix test case.

This commit is contained in:
Jason A. Donenfeld 2011-05-05 20:34:32 -04:00
parent 7b968aaf60
commit 5b3265b592

View File

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