Quantcast

Added CATEGORY_COLORS and BASIC_COLORS - upvalues for the lowercase private members.

James D. Callahan III [03-26-10 - 10:27]
Added CATEGORY_COLORS and BASIC_COLORS - upvalues for the lowercase private members.
Filename
Frame.lua
diff --git a/Frame.lua b/Frame.lua
index 03ff72d..b3b488e 100644
--- a/Frame.lua
+++ b/Frame.lua
@@ -111,6 +111,9 @@ local FACTION_HORDE		= BFAC["Horde"]
 local FACTION_ALLIANCE		= BFAC["Alliance"]
 local FACTION_NEUTRAL		= BFAC["Neutral"]

+local CATEGORY_COLORS		= private.category_colors
+local BASIC_COLORS		= private.basic_colors
+
 -------------------------------------------------------------------------------
 -- Acquire flag constants.
 -------------------------------------------------------------------------------