Skip to content

Commit

Permalink
Merge pull request #1 from ubershy/master
Browse files Browse the repository at this point in the history
Fix parsing 'space' argument
  • Loading branch information
DroidMTPM committed Oct 24, 2015
2 parents 1c09115 + 09a3e94 commit 3ca1217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.typedText.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
case "number":
// Check if the var that holds the desired amount of time -- that should
// pass between each letter being displayed -- has not been set yet
if(givenArgs.space !== 66) {
if(givenArgs.space !== currentArg) {
givenArgs.space = currentArg;
}
break;
Expand Down

0 comments on commit 3ca1217

Please sign in to comment.