comparison modules/PetAction.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
5 PetActionButton frame and associated functions. 5 PetActionButton frame and associated functions.
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 local _G = _G 13 local _G = _G
13 local CreateFrame = CreateFrame 14 local CreateFrame = CreateFrame
14 local format = string.format 15 local format = string.format
15 16