Skip to content

Commit 9525c3d

Browse files
committed
Fixing typos
1 parent fcf5bdb commit 9525c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ function queue() {
3434
// Call the command
3535
command();
3636
};
37-
//Clearing quote
38-
quote.clear = function(){
37+
//Clearing queue
38+
queue.clear = function(){
3939
queue.length = 0;
4040
queue.active = false;
4141
};

0 commit comments

Comments
 (0)