Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 96f5ef6

Browse files
authored
Merge pull request #29 from ddrone/master
Remove bindings for up, down, page up and page down
2 parents 5ff8289 + b5bc24f commit 96f5ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-codelab.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ <h2>Would you like to resume where you left off?</h2>
343343
],
344344

345345
keyBindings: {
346-
'left up pageup': 'selectPrevious',
347-
'right down pagedown': 'selectNext',
346+
'left': 'selectPrevious',
347+
'right': 'selectNext',
348348
},
349349

350350
ready: function() {

0 commit comments

Comments
 (0)