Commit 0c077da2 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

adjusts to be ok with jshint

parent 3a666b2a
/*global PushStream */
/*global PushStream EventSourceWrapper EventSource*/
/**
* Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
......@@ -461,7 +461,7 @@
register: function(iframeWindow) {
this.frameloadtimer = clearTimer(this.frameloadtimer);
iframeWindow.p = linker(this.process, this);
this.connection.onload = linker(this._onframeloaded, this);
this.connection.onload = linker(this._onframeloaded, this);
this.pushstream._onopen();
this.setPingTimer();
Log4js.info("[Stream] frame registered");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment