Mercurial > wow > itemauditor
comparison Modules/DisplayInvested.lua @ 64:e92a5adf75bf
Added first public API.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Tue, 27 Jul 2010 18:00:00 -0700 |
parents | e7d287cc3b02 |
children | b6c30a5156f9 |
comparison
equal
deleted
inserted
replaced
63:e7d287cc3b02 | 64:e92a5adf75bf |
---|---|
1 local ItemAuditor = select(2, ...) | 1 local ItemAuditor = select(2, ...) |
2 local DisplayInvested = ItemAuditor:NewModule("DisplayInvested") | 2 local DisplayInvested = ItemAuditor:NewModule("DisplayInvested") |
3 | |
3 | 4 |
4 local AceGUI = LibStub("AceGUI-3.0") | 5 local AceGUI = LibStub("AceGUI-3.0") |
5 local ScrollingTable = LibStub("ScrollingTable") | 6 local ScrollingTable = LibStub("ScrollingTable") |
6 | 7 |
7 local priceTypeEach = 1 | 8 local priceTypeEach = 1 |