Sort files before concating them.

This commit is contained in:
Jason A. Donenfeld
2011-05-05 20:18:38 -04:00
parent 0a05eaeb7d
commit 7b968aaf60
2 changed files with 5 additions and 2 deletions

View File

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