From 616bb487f4b6b829fca53f698f94130bfa80712d Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 2 May 2013 13:24:08 -0700 Subject: [PATCH] Correct config.observe documentation --- src/app/config.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config.coffee b/src/app/config.coffee index fff281562..b92d86f56 100644 --- a/src/app/config.coffee +++ b/src/app/config.coffee @@ -144,7 +144,7 @@ class Config # Public: Establishes an event listener for a given key. # - # Whenever the value of the key is changed, a callback is fired. + # `callback` is fired immediately and whenever the value of the key is changed # # keyPath - The {String} name of the key to watch # callback - The {Function} that fires when the. It is given a single argument, `value`,