(wrapper)
| 1991 | |
| 1992 | WrapperZeroFrame = (function() { |
| 1993 | function WrapperZeroFrame(wrapper) { |
| 1994 | this.certSelectGotoSite = bind(this.certSelectGotoSite, this); |
| 1995 | this.response = bind(this.response, this); |
| 1996 | this.cmd = bind(this.cmd, this); |
| 1997 | this.wrapperCmd = wrapper.cmd; |
| 1998 | this.wrapperResponse = wrapper.ws.response; |
| 1999 | console.log("WrapperZeroFrame", wrapper); |
| 2000 | } |
| 2001 | |
| 2002 | WrapperZeroFrame.prototype.cmd = function(cmd, params, cb) { |
| 2003 | if (params == null) { |