From: Ben Beltran Date: Wed, 3 Apr 2013 23:12:13 +0000 (-0600) Subject: Add the color to the object X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/faf177fa8ddb796858f4397749c83db9386b3c5c Add the color to the object --- diff --git a/lib/cobalt.js b/lib/cobalt.js index 45f0e26..c832c7f 100644 --- a/lib/cobalt.js +++ b/lib/cobalt.js @@ -90,7 +90,8 @@ _version : co.version, _timestamp : co.now(), _separatorType : type, - _indentLevel : co.currentIndent + _indentLevel : co.currentIndent, + _color : co.currentColor } },