Mercurial > wow > reaction
diff Editor.lua @ 276:36a29870bf34
- little bit of code & comment cleanup
- automatically report the version in the TOC
author | Flick |
---|---|
date | Wed, 11 May 2011 11:11:59 -0700 |
parents | c27596828276 |
children | f2ed8a8e2320 |
line wrap: on
line diff
--- a/Editor.lua Wed May 11 11:00:42 2011 -0700 +++ b/Editor.lua Wed May 11 11:11:59 2011 -0700 @@ -1,12 +1,12 @@ -local addonName, addonTable = ... -local ReAction = addonTable.ReAction +local _, ns = ... +local ReAction = ns.ReAction local L = ReAction.L local _G = _G local wipe = wipe local format = string.format local InCombatLockdown = InCombatLockdown -local tfetch = addonTable.tfetch -local tbuild = addonTable.tbuild +local tfetch = ns.tfetch +local tbuild = ns.tbuild local AceConfigReg = LibStub("AceConfigRegistry-3.0") local AceConfigDialog = LibStub("AceConfigDialog-3.0")