mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Issue #1272 documentation
This commit is contained in:
@@ -701,8 +701,9 @@ Expressions
|
||||
in a single assignable expression.
|
||||
</p>
|
||||
<p>
|
||||
Constructor functions are named, to better support reflection. In the
|
||||
example below for the first class, <tt>this.constructor.name is "Animal"</tt>.
|
||||
Constructor functions are named, to better support helpful stack traces. In the
|
||||
example below for the first class, <tt>this.constructor.name is "Animal"</tt>
|
||||
(in JS runtimes that support function names).
|
||||
</p>
|
||||
<%= code_for('classes', true) %>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user