From a0f55a3cfebb4e8ce83033f6756df05fa93615d8 Mon Sep 17 00:00:00 2001 From: Sami Pussinen Date: Thu, 10 Dec 2015 08:47:18 +0200 Subject: [PATCH 1/2] Fixed a minor typo in the chaining page. --- chapters/classes_and_objects/chaining.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/classes_and_objects/chaining.md b/chapters/classes_and_objects/chaining.md index be19212..d8d099e 100644 --- a/chapters/classes_and_objects/chaining.md +++ b/chapters/classes_and_objects/chaining.md @@ -66,9 +66,9 @@ class TeaCup cream: false addChainedAttributeAccessor(this, 'properties', attr) for attr of @properties -earlgrey = new TeaCup().size('small').type('Earl Grey').sugar('false') +earlgrey = new TeaCup().size('small').type('Earl Grey').sugar(false) -earlgrey.properties # => { size: 'small', type: 'Earl Grey', sugar: false } +earlgrey.properties # => { size: 'small', type: 'Earl Grey', sugar: false, cream: false } earlgrey.sugar true From 7fa9559f4af96f68e00d956c60267d6fa49b5dac Mon Sep 17 00:00:00 2001 From: Sami Pussinen Date: Thu, 10 Dec 2015 08:48:17 +0200 Subject: [PATCH 2/2] Added myself to the authors page. --- authors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/authors.md b/authors.md index 3b3b236..3d152cd 100644 --- a/authors.md +++ b/authors.md @@ -34,6 +34,7 @@ The following people are totally rad and awesome because they have contributed r * Mike Moore *mike@blowmage.com* * Peter Hellberg *peter@c7.se* * Jamie Gaskins *jgaskins@gmail.com* +* Sami Pussinen *me@samipussinen.com* * ...You! What are you waiting for? Check out the [contributing]({{ site.baseurl }}/contributing) section and get cracking! # Designers