From faf177fa8ddb796858f4397749c83db9386b3c5c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 3 Apr 2013 17:12:13 -0600 Subject: Add the color to the object --- lib/cobalt.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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 } }, -- cgit