diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-03 17:12:13 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-03 17:12:13 -0600 |
| commit | faf177fa8ddb796858f4397749c83db9386b3c5c (patch) | |
| tree | 9ed9f59066ce57523b817663a5ffd0c47bef23dd /lib/cobalt.js | |
| parent | b69497efe78c60742e0bb7ab5fed2b94ce89682e (diff) | |
Add the color to the object
Diffstat (limited to 'lib/cobalt.js')
| -rw-r--r-- | lib/cobalt.js | 3 |
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 } }, |