Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pirumpi committed Dec 1, 2014
1 parent fcf5bdb commit 9525c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function queue() {
// Call the command
command();
};
//Clearing quote
quote.clear = function(){
//Clearing queue
queue.clear = function(){
queue.length = 0;
queue.active = false;
};
Expand Down

0 comments on commit 9525c3d

Please sign in to comment.