aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 7902546..3c00d52 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -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 } );
},