Skip to content

Commit

Permalink
Converting to $(document).ready for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bdotdub committed May 11, 2010
1 parent 31b5da6 commit 36c4b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/weekly.html.ejs
Expand Up @@ -30,7 +30,7 @@
</div>

<script>
$(function() {
$(document).ready(function() {
var hummingSocket = new Hummingbird.WebSocket.Weekly();
hummingSocket.start();
Expand Down

0 comments on commit 36c4b22

Please sign in to comment.