comparison modules/Stance.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 901c91dc1bf2
children bf64e71701e2
comparison
equal deleted inserted replaced
174:09f7af2f53f8 175:df68b5a40490
2 ReAction Stance button module 2 ReAction Stance button module
3 3
4 --]] 4 --]]
5 5
6 -- local imports 6 -- local imports
7 local ReAction = ReAction 7 local addonName, addonTable = ...
8 local ReAction = addonTable.ReAction
8 local L = ReAction.L 9 local L = ReAction.L
9 local _G = _G 10 local _G = _G
10 11
11 -- Stance button 12 -- Stance button
12 local Button = ReAction.Button.Stance 13 local Button = ReAction.Button.Stance