From 85080f5c58fd898ebe384eb843e73749f5335752 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Wed, 11 May 2011 09:02:05 -0400 Subject: [PATCH] Made colorPrint function local --- Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile index 9516150ef..ed7007f94 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile @@ -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(?: |\+))?(.+)/);