Closed PandaWhisperer closed 9 years ago
I tried looking into this, but the link referenced in the the description of the clone method does not load for me.
http://coffeescriptcookbook.com/chapters/classes_and_objects/cloning
I'm not sure what code you're using. This is the current code:
https://github.com/pandastrike/fairmont/blob/master/src/object.litcoffee#clone
There's no reference to $
.
The CoffeeScript cookbook appears to be down…
I followed that link, and it still references $.clone
.
Example:
Result
It appears that the
clone
method is referencing$.clone
, which does not exist.Also there are no tests for
clone
.