Skip to content

Commit

Permalink
Merge pull request #789 from pingwang2011/timob-6067
Browse files Browse the repository at this point in the history
timob-6067: Android: Window: Rhino only, window is not seeing any events invoked by the user
  • Loading branch information
Opie Cyrus committed Nov 30, 2011
2 parents 6a8f5bc + 6068cbc commit 98bdf9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/modules/ui/src/js/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ exports.bootstrapWindow = function(Titanium) {

this.currentState = this.state.opened;
this.fireEvent("open");
this.fireEvent("focus");
}

Window.prototype.runWindowUrl = function(scopeVars) {
Expand Down

0 comments on commit 98bdf9a

Please sign in to comment.