comparison Button.lua @ 276:36a29870bf34

- little bit of code & comment cleanup - automatically report the version in the TOC
author Flick
date Wed, 11 May 2011 11:11:59 -0700
parents c918ff9ac787
children 4e325f1ea6e1
comparison
equal deleted inserted replaced
275:4957aeb0d3a4 276:36a29870bf34
1 --[[ 1 local _, ns = ...
2 ReAction Button base class 2 local ReAction = ns.ReAction
3 --]]
4
5 -- local imports
6 local addonName, addonTable = ...
7 local ReAction = addonTable.ReAction
8 local L = ReAction.L 3 local L = ReAction.L
9 local LKB = ReAction.LKB 4 local LKB = ReAction.LKB
10 local _G = _G 5 local _G = _G
11 local CreateFrame = CreateFrame 6 local CreateFrame = CreateFrame
12 local GetBindingKey = GetBindingKey 7 local GetBindingKey = GetBindingKey