mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup
This commit is contained in:
@@ -13,8 +13,6 @@ function B:Initialize()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function InitializeCallback()
|
local function InitializeCallback()
|
||||||
FCF_SelectDockFrame(DEFAULT_CHAT_FRAME)
|
|
||||||
|
|
||||||
B:Initialize()
|
B:Initialize()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -49,5 +49,5 @@ function B:PositionCaptureBar()
|
|||||||
E:Size(pvpHolder, 30, 70)
|
E:Size(pvpHolder, 30, 70)
|
||||||
E:Point(pvpHolder, "TOP", E.UIParent, "TOP", 0, -4)
|
E:Point(pvpHolder, "TOP", E.UIParent, "TOP", 0, -4)
|
||||||
|
|
||||||
E:CreateMover(pvpHolder, "PvPMover", HELPFRAME_HOME_ISSUE3_HEADER, nil, nil, nil, "ALL")
|
E:CreateMover(pvpHolder, "PvPMover", L["PvP"], nil, nil, nil, "ALL")
|
||||||
end
|
end
|
||||||
@@ -5,13 +5,13 @@ local E, L, DF = unpack(ElvUI)
|
|||||||
local B = E:GetModule("Blizzard")
|
local B = E:GetModule("Blizzard")
|
||||||
local S = E:GetModule("Skins")
|
local S = E:GetModule("Skins")
|
||||||
|
|
||||||
local collectgarbage = collectgarbage
|
local tonumber, collectgarbage = tonumber, collectgarbage
|
||||||
local tonumber = tonumber
|
|
||||||
local floor = math.floor
|
local floor = math.floor
|
||||||
local format, strsub = string.format, strsub
|
local format, strsub = string.format, strsub
|
||||||
local getn = table.getn
|
local getn = table.getn
|
||||||
|
|
||||||
local CreateFrame = CreateFrame
|
local CreateFrame = CreateFrame
|
||||||
|
local IsAddOnLoaded = IsAddOnLoaded
|
||||||
local RAID_CLASS_COLORS = RAID_CLASS_COLORS
|
local RAID_CLASS_COLORS = RAID_CLASS_COLORS
|
||||||
local CLASS, DEFAULTS = CLASS, DEFAULTS
|
local CLASS, DEFAULTS = CLASS, DEFAULTS
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
<Script file="ColorPicker.lua"/>
|
<Script file="ColorPicker.lua"/>
|
||||||
<Script file="WatchFrame.lua"/>
|
<Script file="WatchFrame.lua"/>
|
||||||
<Script file="GM.lua"/>
|
<Script file="GM.lua"/>
|
||||||
<Script file="Durablity.lua"/>
|
<Script file="Durability.lua"/>
|
||||||
<Script file="CaptureBar.lua"/>
|
<Script file="CaptureBar.lua"/>
|
||||||
</Ui>
|
</Ui>
|
||||||
Reference in New Issue
Block a user