Made colorPrint function local

This commit is contained in:
Aparajita Fishman
2011-05-11 09:02:05 -04:00
parent 910f02ea50
commit 85080f5c58
@@ -157,7 +157,7 @@ var symlinkBlendKit = function(destinationPath)
FILE.symlink(blendKitPath, destinationPath);
}
function colorPrint(message, color)
var colorPrint = function(message, color)
{
var matches = color.match(/(bold(?: |\+))?(.+)/);