Rev 1619 | Rev 1646 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1619 | Rev 1620 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | this.Module(name); |
4 | this.Module(name); |
| - | 5 | irReceive.instance_ = this; |
|
| 5 | } |
6 | } |
| 6 | 7 | ||
| 7 | Extend(irReceive, Module); |
8 | Extend(irReceive, Module); |
| - | 9 | ||
| - | 10 | irReceive.instance_ = null; |
|
| 8 | 11 | ||
| 9 | irReceive.prototype.ReceiveMessage = function(id, command, variables) |
12 | irReceive.prototype.ReceiveMessage = function(id, command, variables) |
| 10 | { |
13 | { |
| 11 | switch (command) |
14 | switch (command) |
| 12 | { |
15 | { |