From ee8f53dd77f46fe9b0ffc47330144fe1eddb58b3 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 4 Oct 2010 20:25:32 -0400 Subject: [PATCH] fixing @property = value typo. --- documentation/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 01e90c6d..b95e6630 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -646,7 +646,7 @@ coffee --print app/scripts/*.coffee > concatenation.js <%= code_for('prototypes', '"one_two".dasherize()') %>

Finally, you may assign Class-level (static) properties within a class - definition by using
@property = value + definition by using
@property: value