Skip to content

Commit

Permalink
(adobe#5714) - Switch window.close to brackets.app.quit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapanito committed Oct 26, 2013
1 parent 8b1cd0a commit 6236cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document/DocumentCommandHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ define(function (require, exports, module) {
return _handleWindowGoingAway(
commandData,
function () {
window.close();
brackets.app.quit();
},
function () {
// if fail, tell the app to abort any pending quit operation.
Expand Down

0 comments on commit 6236cf8

Please sign in to comment.