Skip to content

Instantly share code, notes, and snippets.

@patmaddox
Created September 23, 2011 17:44
Show Gist options
  • Select an option

  • Save patmaddox/1237984 to your computer and use it in GitHub Desktop.

Select an option

Save patmaddox/1237984 to your computer and use it in GitHub Desktop.
stubDate = (date) ->
@oldDate = Date
Date = -> date
resetStubDate = ->
Date = @oldDate if @oldDate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment