Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created January 21, 2014 15:36
Show Gist options
  • Select an option

  • Save mrrooijen/8542334 to your computer and use it in GitHub Desktop.

Select an option

Save mrrooijen/8542334 to your computer and use it in GitHub Desktop.
app.value "Ticket",
class Ticket
console.log "defined once"
constructor: (@price, @count) ->
console.log "new instance constructed"
amount: ->
@price * parseInt(@count, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment