Skip to content

Commit

Permalink
creates a new branch for the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
navateja committed Jun 9, 2014
1 parent 75a53da commit ab7efe6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ var Reveal = (function(){

// Holds information about the keyboard shortcuts
keyboard_shortcuts = {
'p': "Previous slide",
'n': "Next slide",
'h': "Navigate left",
'l': "Navigate right",
'k': "Navigate up",
'j': "Navigate down",
'Home': "First slide",
'End': "Last slide",
'b': "Pause",
'f': "Fullscreen"
'p': 'Previous slide',
'n': 'Next slide',
'h': 'Navigate left',
'l': 'Navigate right',
'k': 'Navigate up',
'j': 'Navigate down',
'Home': 'First slide',
'End': 'Last slide',
'b': 'Pause',
'f': 'Fullscreen'
};

/**
Expand Down

0 comments on commit ab7efe6

Please # to comment.