mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-11 00:55:01 +02:00
fix typos
This commit is contained in:
@@ -6003,7 +6003,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
// Adds/remvoes a custom key binding
|
||||
// Adds/removes a custom key binding
|
||||
addKeyBinding: addKeyBinding,
|
||||
removeKeyBinding: removeKeyBinding,
|
||||
|
||||
@@ -6012,7 +6012,7 @@
|
||||
hasPlugin: hasPlugin,
|
||||
getPlugin: getPlugin,
|
||||
|
||||
// Programatically triggers a keyboard event
|
||||
// Programmatically triggers a keyboard event
|
||||
triggerKey: function( keyCode ) {
|
||||
onDocumentKeyDown( { keyCode: keyCode } );
|
||||
},
|
||||
|
Reference in New Issue
Block a user