Mercurial > wow > reaction
comparison modules/ConfigUI.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 |
---|---|
3 | 3 |
4 Hooks into Blizzard Interface Options AddOns panel | 4 Hooks into Blizzard Interface Options AddOns panel |
5 --]] | 5 --]] |
6 | 6 |
7 -- local imports | 7 -- local imports |
8 local ReAction = ReAction | 8 local addonName, addonTable = ... |
9 local ReAction = addonTable.ReAction | |
9 local L = ReAction.L | 10 local L = ReAction.L |
10 local _G = _G | 11 local _G = _G |
11 local AceConfigReg = LibStub("AceConfigRegistry-3.0") | 12 local AceConfigReg = LibStub("AceConfigRegistry-3.0") |
12 local AceConfigDialog = LibStub("AceConfigDialog-3.0") | 13 local AceConfigDialog = LibStub("AceConfigDialog-3.0") |
13 | 14 |