Skip to content

Commit

Permalink
remove duplicating code
Browse files Browse the repository at this point in the history
  • Loading branch information
dryabov committed Feb 27, 2014
1 parent 222b62a commit b7b3f85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/window_bindings.js
Expand Up @@ -301,10 +301,6 @@ Window.prototype.hide = function() {
CallObjectMethod(this, 'Hide', []);
}

Window.prototype.hide = function() {
CallObjectMethod(this, 'Hide', []);
}

Window.prototype.close = function(force) {
CallObjectMethod(this, 'Close', [ Boolean(force) ]);
}
Expand Down

0 comments on commit b7b3f85

Please sign in to comment.