Skip to content

Commit

Permalink
standard formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Mar 30, 2017
1 parent 9011171 commit c241704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ class DisplayService extends EventEmitter2 {
}

ready () {
let _this = this
this.emit('ready')
this.callback.call(this, null)
this.callback.call(_this, null)
return this
}

Expand Down

0 comments on commit c241704

Please sign in to comment.