comparison ui/AmrUiCheckBox.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 21a69c63fee8
comparison
equal deleted inserted replaced
132:2279d58793c6 133:a0894ffebd15
10 -- Lua APIs 10 -- Lua APIs
11 local pairs = pairs 11 local pairs = pairs
12 12
13 -- WoW APIs 13 -- WoW APIs
14 local _G = _G 14 local _G = _G
15 local PlaySound, CreateFrame, UIParent = PlaySound, CreateFrame, UIParent 15 local CreateFrame, UIParent = CreateFrame, UIParent
16 16
17 17
18 --[[----------------------------------------------------------------------------- 18 --[[-----------------------------------------------------------------------------
19 Scripts 19 Scripts
20 -------------------------------------------------------------------------------]] 20 -------------------------------------------------------------------------------]]