Code format
This commit is contained in:
10
Main.lua
10
Main.lua
@@ -3,13 +3,11 @@ local ADDON_NAME, shared = ...
|
||||
local frame = CreateFrame("Frame")
|
||||
frame:RegisterEvent("ADDON_LOADED")
|
||||
frame:SetScript("OnEvent", function(self, event, addon)
|
||||
if addon ~= ADDON_NAME then
|
||||
return
|
||||
end
|
||||
if addon ~= ADDON_NAME then return end
|
||||
|
||||
ActionBarSaverReloaded = ActionBarSaverReloaded or {}
|
||||
ActionBarSaverReloaded.spellAliases = ActionBarSaverReloaded.spellAliases or {}
|
||||
ActionBarSaverReloaded.sets = ActionBarSaverReloaded.sets or {}
|
||||
ActionBarSaverReloaded = ActionBarSaverReloaded or {}
|
||||
ActionBarSaverReloaded.spellAliases = ActionBarSaverReloaded.spellAliases or {}
|
||||
ActionBarSaverReloaded.sets = ActionBarSaverReloaded.sets or {}
|
||||
end)
|
||||
|
||||
-- function ABS:OnInitialize()
|
||||
|
||||
Reference in New Issue
Block a user