Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Rosianu committed May 2, 2015
1 parent 896f1e2 commit f3aae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (platform.isWindows) {
// Adjust the default behaviour of the main window
windowBehaviour.set(win);
windowBehaviour.setNewWinPolicy(win);
windowBehaviour.closeWithEscKey(win, doc); // doesn't seem to work
windowBehaviour.closeWithEscKey(win, document); // doesn't seem to work

// Inject logic into the app when it's loaded
var iframe = document.querySelector('iframe');
Expand Down

0 comments on commit f3aae1d

Please sign in to comment.