Mercurial > wow > itemauditor
diff Modules/Crafting.lua @ 63:e7d287cc3b02
Replaced all instances of addon with ItemAuditor and I moved ItemAuditor out of the global namespace. The conversion was mostly a search/replace offering no new functionality. That will come in a later commit.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Tue, 27 Jul 2010 17:58:33 -0700 |
parents | b24dbfbe2aef |
children | e92a5adf75bf |
line wrap: on
line diff
--- a/Modules/Crafting.lua Tue Jul 27 17:52:21 2010 -0700 +++ b/Modules/Crafting.lua Tue Jul 27 17:58:33 2010 -0700 @@ -1,5 +1,5 @@ -local addonName, addonTable = ...; -local ItemAuditor = _G[addonName] +local ItemAuditor = select(2, ...) +local Crafting = ItemAuditor:NewModule("Crafting") local AceGUI = LibStub("AceGUI-3.0") local ScrollingTable = LibStub("ScrollingTable")