This commit is contained in:
Crum
2018-12-20 22:33:59 -06:00
parent 1b1c7caf51
commit cc81c637c5
3 changed files with 130 additions and 2 deletions
+3 -1
View File
@@ -4,9 +4,11 @@ local LDB = LibStub:GetLibrary("LibDataBroker-1.1");
local LSM = LibStub("LibSharedMedia-3.0");
local TT = E:GetModule("Tooltip");
--Cache global variables
--Lua functions
local pairs, type, error = pairs, type, error
local len = string.len
--WoW API / Variables
local CreateFrame = CreateFrame
local IsInInstance = IsInInstance