update ColorPicker

This commit is contained in:
Crum
2018-06-13 17:05:31 -05:00
parent 6590e8adb9
commit e285e545ae
2 changed files with 32 additions and 37 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ local S = E:GetModule("Skins");
--Lua functions
local _G = _G
local unpack = unpack
local find, getn = string.find, table.getn
local find = string.find
--WoW API / Variables
local IsAddOnLoaded = IsAddOnLoaded
local UnitIsUnit = UnitIsUnit