Skip to content

Commit

Permalink
s/body/document
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Nov 9, 2010
1 parent a260bc1 commit 2a3846c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/keyboard.js
Expand Up @@ -33,6 +33,6 @@ function keydown (ev) {
}

Upstage.on("start", function () {
// Handle all keydown events on the body.
// Handle all keydown events on the document.
Y.on("key", keydown, document, "down:");
});

0 comments on commit 2a3846c

Please sign in to comment.