Mercurial > wow > askmrrobot
comparison ui/AmrUiLabel.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 |
|---|---|
| 7 if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end | 7 if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end |
| 8 | 8 |
| 9 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") | 9 local Amr = LibStub("AceAddon-3.0"):GetAddon("AskMrRobot") |
| 10 | 10 |
| 11 -- Lua APIs | 11 -- Lua APIs |
| 12 local max, select, pairs = math.max, select, pairs | 12 local pairs = pairs |
| 13 | 13 |
| 14 -- WoW APIs | 14 -- WoW APIs |
| 15 local CreateFrame, UIParent = CreateFrame, UIParent | 15 local CreateFrame, UIParent = CreateFrame, UIParent |
| 16 | 16 |
| 17 | 17 |
