Skip to content

Commit

Permalink
Using shortcut for document.ready
Browse files Browse the repository at this point in the history
  • Loading branch information
STRd6 committed Jun 7, 2009
1 parent 559ac68 commit 9179bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/priority_queue_test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*global document, jQuery, ok, test */

(function($) {
$(document).ready(function() {
$(function() {
test("PriorityQueue#push", function() {
var queue = PriorityQueue();

Expand Down

0 comments on commit 9179bce

Please sign in to comment.