Mercurial > wow > reaction
comparison classes/Button.lua @ 175:df68b5a40490
Remove ReAction global in favor of built in addon table (drycoded)
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 17:11:50 +0000 |
parents | 8cc187143acd |
children | 1696ff2c80cc |
comparison
equal
deleted
inserted
replaced
174:09f7af2f53f8 | 175:df68b5a40490 |
---|---|
1 --[[ | 1 --[[ |
2 ReAction Button base class | 2 ReAction Button base class |
3 --]] | 3 --]] |
4 | 4 |
5 -- local imports | 5 -- local imports |
6 local ReAction = ReAction | 6 local addonName, addonTable = ... |
7 local ReAction = addonTable.ReAction | |
7 local L = ReAction.L | 8 local L = ReAction.L |
8 local _G = _G | 9 local _G = _G |
9 local CreateFrame = CreateFrame | 10 local CreateFrame = CreateFrame |
10 local GetBindingKey = GetBindingKey | 11 local GetBindingKey = GetBindingKey |
11 local format = string.format | 12 local format = string.format |