arcturo / library

A library of free eBooks we're working on

Home Page:http://arcturo.com/library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in coffeescript Classes chapter

artsobolev opened this issue · comments

In
"alert("This parrot is no more") if parrot.rip()"
rip isn't a function, so parentheses should be removed:
"alert("This parrot is no more") if parrot.rip"

Yes, that's fixed on the GitHub version.