Skip to content

Commit

Permalink
window: Correction of a event emission
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 19, 2016
1 parent a819500 commit 486dfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/javascript/core/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
}, 10);

if ( this._app ) {
this._app._onMessage('initedWindow', this, {});
this._app._emit('initedWindow', [this]);
}

console.debug('Window::_inited()', this._name);
Expand Down

0 comments on commit 486dfa7

Please sign in to comment.