Merge branch 'remotes-plugin-natural-bindings' of https://github.com/toy/reveal.js into dev

This commit is contained in:
Hakim El Hattab 2013-05-04 15:03:19 -04:00
commit f157aec1de
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@
.on("swipe-right", function(e){ Reveal.left(); })
.on("swipe-up", function(e){ Reveal.down(); })
.on("swipe-down", function(e){ Reveal.up(); })
.on("tap", function(e){
Reveal.toggleOverview();
});
.on("tap", function(e){ Reveal.next(); })
.on("zoom-out", function(e){ Reveal.toggleOverview(true); })
.on("zoom-in", function(e){ Reveal.toggleOverview(false); })
;
} );
head.js('https://raw.github.com/Remotes/Remotes/master/dist/remotes.ne.min.js');