Mercurial > wow > reaction
comparison classes/BagButton.lua @ 231:158c9299185b
Fix button type config lookup
| author | Flick |
|---|---|
| date | Tue, 22 Mar 2011 11:35:04 -0700 |
| parents | c4b134512c50 |
| children | 0e20f65375d5 |
comparison
equal
deleted
inserted
replaced
| 230:98114c158e62 | 231:158c9299185b |
|---|---|
| 28 spacing = 4, | 28 spacing = 4, |
| 29 buttons = { } | 29 buttons = { } |
| 30 }, | 30 }, |
| 31 | 31 |
| 32 barType = L["Bag Bar"], | 32 barType = L["Bag Bar"], |
| 33 buttonTypeID = buttonTypeID | |
| 33 }, | 34 }, |
| 34 { __index = Super } ) | 35 { __index = Super } ) |
| 35 | 36 |
| 36 local Bag = setmetatable( { }, { __index = BagBase } ) | 37 local Bag = setmetatable( { }, { __index = BagBase } ) |
| 37 local Backpack = setmetatable( { }, { __index = BagBase } ) | 38 local Backpack = setmetatable( { }, { __index = BagBase } ) |
