Mercurial > wow > askmrrobot
comparison ui/AmrUiTabGroup.lua @ 133:a0894ffebd15 v62
Bug fixes and tweaks for 8.0.
author | yellowfive |
---|---|
date | Wed, 25 Jul 2018 12:17:24 -0700 |
parents | e31b02b24488 |
children |
comparison
equal
deleted
inserted
replaced
132:2279d58793c6 | 133:a0894ffebd15 |
---|---|
8 if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end | 8 if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end |
9 | 9 |
10 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") | 10 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") |
11 | 11 |
12 -- Lua APIs | 12 -- Lua APIs |
13 local pairs, ipairs, assert, type, wipe = pairs, ipairs, assert, type, wipe | 13 local pairs, ipairs, assert, type = pairs, ipairs, assert, type |
14 | 14 |
15 -- WoW APIs | 15 -- WoW APIs |
16 local PlaySound = PlaySound | |
17 local CreateFrame, UIParent = CreateFrame, UIParent | 16 local CreateFrame, UIParent = CreateFrame, UIParent |
18 local _G = _G | 17 local _G = _G |
19 | 18 |
20 | 19 |
21 --[[----------------------------------------------------------------------------- | 20 --[[----------------------------------------------------------------------------- |