aboutsummaryrefslogtreecommitdiff
path: root/lib/cobalt.js
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-03 17:12:13 -0600
committerBen Beltran <ben@freshout.us>2013-04-03 17:12:13 -0600
commit4ee070b17b6c3bf561f77b6f56ee306d94f775b3 (patch)
treec1c13127c2cbc32f3cd10a3a111ce93140d51ba6 /lib/cobalt.js
parentbdedb5e54032363de8afa322fadae0e2cb2132d0 (diff)
Add the color to the object
Diffstat (limited to 'lib/cobalt.js')
-rw-r--r--lib/cobalt.js3
1 files changed, 2 insertions, 1 deletions
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
}
},