Skip to content

Commit

Permalink
Merge pull request #1260 from hieupham007/timob-1827-1_8_X
Browse files Browse the repository at this point in the history
Timob 1827 1 8 x
  • Loading branch information
Opie Cyrus committed Jan 25, 2012
2 parents 1310b22 + 3bafe6a commit c4beb7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/modules/ui/src/js/window.js
Expand Up @@ -334,10 +334,6 @@ exports.bootstrapWindow = function(Titanium) {

if (this.isActivity) {
var self = this;
this.window.on("close", function () {
self.fireEvent("close");
});

this.window.close(options);
this.currentState = this.state.closed;

Expand Down

0 comments on commit c4beb7c

Please sign in to comment.