From: Ben Beltran <redacted>
Date: Wed, 3 Apr 2013 23:12:13 +0000 (-0600)
Subject: Add the color to the object
X-Git-Tag: v1.1.0~46
X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/4ee070b17b6c3bf561f77b6f56ee306d94f775b3?ds=inline

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
         }
       },