Mercurial > wow > itemauditor
comparison Modules/DisplayInvested.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 | 4ec321eb0dfe |
children | e92a5adf75bf |
comparison
equal
deleted
inserted
replaced
62:70dc84df13b3 | 63:e7d287cc3b02 |
---|---|
1 local addonName, addonTable = ...; | 1 local ItemAuditor = select(2, ...) |
2 local ItemAuditor = _G[addonName] | 2 local DisplayInvested = ItemAuditor:NewModule("DisplayInvested") |
3 | 3 |
4 local AceGUI = LibStub("AceGUI-3.0") | 4 local AceGUI = LibStub("AceGUI-3.0") |
5 local ScrollingTable = LibStub("ScrollingTable") | 5 local ScrollingTable = LibStub("ScrollingTable") |
6 | 6 |
7 local priceTypeEach = 1 | 7 local priceTypeEach = 1 |