prevent default on space press

This commit is contained in:
Hakim El Hattab 2012-01-02 23:48:09 -08:00
parent cbd59efef8
commit 02f783b68d

View File

@ -219,6 +219,8 @@ var Reveal = (function(){
else { else {
activateOverview(); activateOverview();
} }
event.preventDefault();
} }
} }
} }