mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ local AB = E:GetModule("ActionBars");
|
||||
--Lua functions
|
||||
local _G = _G
|
||||
local find, format, upper, sub = string.find, string.format, string.upper, string.sub
|
||||
local floor, mod = math.floor, math.mod
|
||||
local floor = math.floor
|
||||
local select, tonumber, pairs, getn = select, tonumber, pairs, getn
|
||||
--WoW API / Variables
|
||||
local CreateFrame = CreateFrame
|
||||
|
||||
Reference in New Issue
Block a user