Mercurial > wow > reaction
comparison modules/VehicleExit.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 | e63aefb8a555 |
comparison
equal
deleted
inserted
replaced
174:09f7af2f53f8 | 175:df68b5a40490 |
---|---|
6 MainMenuBarLeaveVehicleButton). | 6 MainMenuBarLeaveVehicleButton). |
7 | 7 |
8 --]] | 8 --]] |
9 | 9 |
10 -- local imports | 10 -- local imports |
11 local ReAction = ReAction | 11 local addonName, addonTable = ... |
12 local ReAction = addonTable.ReAction | |
12 local L = ReAction.L | 13 local L = ReAction.L |
13 | 14 |
14 -- module declaration | 15 -- module declaration |
15 local moduleID = "VehicleExit" | 16 local moduleID = "VehicleExit" |
16 local module = ReAction:NewModule( moduleID ) | 17 local module = ReAction:NewModule( moduleID ) |