Rev 1060 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1060 | Rev 1061 | ||
|---|---|---|---|
| Line 76... | Line 76... | ||
| 76 | } |
76 | } |
| 77 | 77 | ||
| 78 | irReceive.prototype.getLastStatus = function() |
78 | irReceive.prototype.getLastStatus = function() |
| 79 | { |
79 | { |
| 80 | return this.myLastStatus; |
80 | return this.myLastStatus; |
| - | 81 | } |
|
| - | 82 | ||
| - | 83 | irReceive.prototype.getLastButton = function() |
|
| - | 84 | { |
|
| - | 85 | return this.myLastButton; |
|
| - | 86 | } |
|
| - | 87 | ||
| - | 88 | irReceive.prototype.getLastRemote = function() |
|
| - | 89 | { |
|
| - | 90 | return this.myLastRemote; |
|
| 81 | } |
91 | } |