Skip to content

Commit

Permalink
Remove unused RGA._noQueue nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Apr 10, 2016
1 parent cb878d0 commit 001f6c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/rga.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ RGA._browserQueue = {
defer: function (cb) { setTimeout(cb, 0); }
};

RGA._noQueue = {
defer: function (cb) { cb(); }
};

RGA.prototype = {
constructor: RGA,

Expand Down

0 comments on commit 001f6c3

Please sign in to comment.