()
| 258 | var controller = this; |
| 259 | if (this.connection.connect() && this.inBrowser() && !controller.supressAnimationLoop) { |
| 260 | var callback = function() { |
| 261 | controller.emit('animationFrame', controller.lastConnectionFrame); |
| 262 | window.requestAnimFrame(callback); |
| 263 | } |
| 264 | window.requestAnimFrame(callback); |
| 265 | } |
| 266 | } |
no outgoing calls
no test coverage detected