comparison ui/AmrUiButton.lua @ 133:a0894ffebd15 v62

Bug fixes and tweaks for 8.0.
author yellowfive
date Wed, 25 Jul 2018 12:17:24 -0700
parents 57c6cac5143c
children
comparison
equal deleted inserted replaced
132:2279d58793c6 133:a0894ffebd15
11 -- Lua APIs 11 -- Lua APIs
12 local pairs = pairs 12 local pairs = pairs
13 13
14 -- WoW APIs 14 -- WoW APIs
15 local _G = _G 15 local _G = _G
16 local PlaySound, CreateFrame, UIParent = PlaySound, CreateFrame, UIParent 16 local CreateFrame, UIParent = CreateFrame, UIParent
17 17
18 18
19 --[[----------------------------------------------------------------------------- 19 --[[-----------------------------------------------------------------------------
20 Scripts 20 Scripts
21 -------------------------------------------------------------------------------]] 21 -------------------------------------------------------------------------------]]