mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
removed jQuery, fixes #3
This commit is contained in:
parent
e64ed28c27
commit
50770509b5
3 changed files with 8 additions and 10 deletions
|
|
@ -70,10 +70,6 @@ define(requires,
|
|||
this.inputControlUnit = new InputControlUnit(this.me, this);
|
||||
}
|
||||
|
||||
ClientProcessor.prototype.userIdLeft = function(userId) {
|
||||
// body...
|
||||
};
|
||||
|
||||
ClientProcessor.prototype.sendGameCommand = function(command, options) {
|
||||
this.clientGame.sendGameCommand(command, options);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue