We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559ac68 commit 9179bceCopy full SHA for 9179bce
1 file changed
test/priority_queue_test.js
@@ -1,7 +1,7 @@
1
/*global document, jQuery, ok, test */
2
3
(function($) {
4
- $(document).ready(function() {
+ $(function() {
5
test("PriorityQueue#push", function() {
6
var queue = PriorityQueue();
7
0 commit comments