mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
cleanup
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
local E, L, V, P, G = unpack(ElvUI)
|
||||
|
||||
local _G = getfenv()
|
||||
local _G = _G
|
||||
local UPDATE_DELAY = 0.1
|
||||
|
||||
local ActionHasRange = ActionHasRange
|
||||
|
||||
@@ -3,7 +3,7 @@ local S = E:GetModule("Skins");
|
||||
|
||||
--Cache global variables
|
||||
--Lua functions
|
||||
local _G = getfenv()
|
||||
local _G = _G
|
||||
local unpack = unpack
|
||||
local pairs = pairs
|
||||
--WoW API / Variables
|
||||
@@ -327,7 +327,7 @@ function S:SkinAce3()
|
||||
if(not E.GUIFrame) then
|
||||
E.GUIFrame = frame
|
||||
end
|
||||
|
||||
|
||||
for _, child in ipairs({frame:GetChildren()}) do
|
||||
if child:GetObjectType() == "Button" and child:GetText() then
|
||||
SkinButton(child)
|
||||
|
||||
Reference in New Issue
Block a user