Skip to content

Commit 2723a99

Browse files
committed
Fix nwjs#7112: nw.Shortcut constructor
1 parent ae036c5 commit 2723a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/api_nw_shortcut.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,4 @@ nwShortcutBinding.onKeyPressed.addListener(function(accelerator) {
224224
}
225225
});
226226

227+
exports.binding = Shortcut;

0 commit comments

Comments
 (0)