Mercurial > wow > reaction
comparison modules/Totem.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 | 363dd8130205 |
children | c8777ae7d460 |
comparison
equal
deleted
inserted
replaced
174:09f7af2f53f8 | 175:df68b5a40490 |
---|---|
2 ReAction Totem button module | 2 ReAction Totem 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 -- button | 12 -- button |
12 local Button = ReAction.Button.MultiCast | 13 local Button = ReAction.Button.MultiCast |