1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

fixing @property = value typo.

This commit is contained in:
Jeremy Ashkenas 2010-10-04 20:25:32 -04:00
parent baaec57d5c
commit ee8f53dd77

View file

@ -646,7 +646,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
<%= code_for('prototypes', '"one_two".dasherize()') %>
<p>
Finally, you may assign Class-level (static) properties within a class
definition by using<br /><tt>@property = value</tt>
definition by using<br /><tt>@property: value</tt>
</p>
<p>