Skip to content

Commit

Permalink
unimportant
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Feb 8, 2016
1 parent eb76d47 commit a792210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nw.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ end
--this is another way to bind events which allows setting multiple
--handlers for the same event type.
win:on('keydown', function(key)
win:on('keydown', function(self, key)
if key == 'F11' then
self:fullscreen(not self:fullscreen()) --toggle fullscreen state
end
Expand Down

0 comments on commit a792210

Please sign in to comment.