Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Add function to move a user in waitlist through user object
Browse files Browse the repository at this point in the history
  • Loading branch information
TATDK committed May 4, 2014
1 parent 47335b2 commit 303d5fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,9 @@ var PlugAPI = function(key) {
room.User.prototype.removeFromWaitlist = function() {
_this.moderateRemoveDJ(this.id);
}
room.User.prototype.moveInWaitlist = function(pos) {
_this.moderateMoveDJ(this.id, pos);
}

this.ROLE = {
NONE: 0,
Expand Down

0 comments on commit 303d5fc

Please sign in to comment.