Created
February 8, 2012 18:10
Revisions
-
nathansmith revised this gist
Feb 8, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,6 @@ person.eat(food, function() { // Oh noes! // http://www.hulu.com/watch/10304/saturday-night-live-colon-blow return colon.blow(); }, 7200000); // 2 hrs. } }); -
nathansmith created this gist
Feb 8, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ // I crack myself up. // Typed this to coworkers in team chat: person.eat(food, function() { if (typeof food === 'chipotle') { // Yum! setTimeout(function() { // Oh noes! // http://www.hulu.com/watch/10304/saturday-night-live-colon-blow return colon.blow(); }, 120000); // 2 hrs. } });