diff options
Diffstat (limited to 'o3d/samples/o3djs/event.js')
-rw-r--r-- | o3d/samples/o3djs/event.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/samples/o3djs/event.js b/o3d/samples/o3djs/event.js index 00898aa..75fe45c 100644 --- a/o3d/samples/o3djs/event.js +++ b/o3d/samples/o3djs/event.js @@ -204,8 +204,8 @@ o3djs.event.startKeyboardEventSynthesis = function(pluginObject) { * see http://www.w3.org/TR/DOM-Level-3-Events/events.html * #Events-KeyboardEvents-Interfaces * see http://developer.mozilla.org/en/DOM/event.initKeyEvent - * @param {!Element} event an O3D event object. - * @param {!o3d.Plugin} pluginObject the plugin object on the page. + * @param {!Event} event an O3D event object. + * @param {!Element} pluginObject the plugin object on the page. */ o3djs.event.onKey = function(event, pluginObject) { var k_evt = o3djs.event.createKeyEvent(event.type, event.charCode, |