comparison modules/HideBlizzard.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 55c2fc0c8d55
comparison
equal deleted inserted replaced
174:09f7af2f53f8 175:df68b5a40490
5 main menu bar, which in turn hides the experience bar, bag bar, micro menu bar, and lag meter. 5 main menu bar, which in turn hides the experience bar, bag bar, micro menu bar, and lag meter.
6 6
7 --]] 7 --]]
8 8
9 -- local imports 9 -- local imports
10 local ReAction = ReAction 10 local addonName, addonTable = ...
11 local ReAction = addonTable.ReAction
11 local L = ReAction.L 12 local L = ReAction.L
12 13
13 -- module declaration 14 -- module declaration
14 local moduleID = "HideBlizzard" 15 local moduleID = "HideBlizzard"
15 local module = ReAction:NewModule( moduleID ) 16 local module = ReAction:NewModule( moduleID )