Merge branch 'master' of github.com:johnbintz/attentive

This commit is contained in:
John Bintz 2012-03-23 15:43:15 -04:00
commit dab36da947
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ class Attentive.Presentation
switch e.keyCode switch e.keyCode
when 72 when 72
this.advanceTo(0) this.advanceTo(0)
when 37 when 37, 33
this.advance(-1) this.advance(-1)
when 39, 32 when 39, 32, 34
this.advance() this.advance()
when 220 when 220
@timer.reset() @timer.reset()