Skip to content

Commit

Permalink
Changed default timeout value to 0 so that anyone updating will get t…
Browse files Browse the repository at this point in the history
…he same

functionality that the previous version already had.

Anyone that wants the auto-timeout functionality will have to manually
set their timeout.
  • Loading branch information
blister committed May 29, 2010
1 parent be5d58c commit d3c40ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konami-unicorn-blitz.js
Expand Up @@ -17,7 +17,7 @@ var Konami = {
/* What do you want the text on top to be? */
words: 'UNICORNS',
/* if you want to auto hide the unicorns after some time (in milliseconds) */
hideAfter: 30000,
hideAfter: 0,
hideTimeoutId: null,

code: [ 38, 38, 40, 40, 37, 39, 37, 39, 66, 65 ],
Expand Down

0 comments on commit d3c40ea

Please sign in to comment.