Skip to content

Commit

Permalink
Fixing documentation for Keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabari Hendrick committed Feb 9, 2010
1 parent 1e15f30 commit 3e4344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Interface/Keyboard.md
Expand Up @@ -52,7 +52,7 @@ Keyboard Method: constructor {#Keyboard:constructor}

#### Options

* defaultEventType: - (*string*; defaults to 'keyup') The event type that should trigger the subevents (this can be changed per key rule, so this is only the default).
* defaultEventType: - (*string*; defaults to 'keydown') The event type that should trigger the subevents (this can be changed per key rule, so this is only the default).
* active: - (*boolean*; defaults to *false*) When not active the events will be suppressed.
* events: - (*object*; defaults to *{}*) object keys are event names, values should be the function to fire. Same as calling addEvents({...}) on the instance after creation

Expand Down

0 comments on commit 3e4344e

Please sign in to comment.