Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10 from fnogatz/master
Removed empty classList.remove() argument to work in Chrome
  • Loading branch information
berb committed Jun 29, 2013
2 parents c5df6c8 + d1297df commit d8e862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slides.js
Expand Up @@ -217,7 +217,7 @@ function buildNextItem() {
return false;
}

toBuild[0].classList.remove('to-build', '');
toBuild[0].classList.remove('to-build');

if (isChromeVoxActive()) {
speakAndSyncToNode(toBuild[0]);
Expand Down

0 comments on commit d8e862a

Please sign in to comment.