(e, runtime)
| 5925 | } else { |
| 5926 | // we require this to run only once |
| 5927 | var cb = function(e, runtime) { |
| 5928 | self.unbind("RuntimeInit", cb); |
| 5929 | _run.call(self, type, runtime); |
| 5930 | }; |
| 5931 | this.bind("RuntimeInit", cb); |
| 5932 | this.connectRuntime(options); |
| 5933 | } |
no outgoing calls
no test coverage detected