Skip to content

Commit 9179bce

Browse files
committed
Using shortcut for document.ready
1 parent 559ac68 commit 9179bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/priority_queue_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*global document, jQuery, ok, test */
22

33
(function($) {
4-
$(document).ready(function() {
4+
$(function() {
55
test("PriorityQueue#push", function() {
66
var queue = PriorityQueue();
77

0 commit comments

Comments
 (0)