Mercurial > wow > itemauditor
diff Modules/Utils.lua @ 15:44e70a3fdb19
Merged utils into ItemAuditor.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sat, 03 Jul 2010 07:40:01 -0700 |
parents | 03e2d9edc344 |
children | 56de19d9bd8d |
line wrap: on
line diff
--- a/Modules/Utils.lua Sat Jul 03 07:28:40 2010 -0700 +++ b/Modules/Utils.lua Sat Jul 03 07:40:01 2010 -0700 @@ -1,8 +1,5 @@ local addonName, addonTable = ...; -local addon = {} - -local AceConsole = LibStub("AceConsole-3.0") -AceConsole:Embed(addon) +local addon = _G[addonName] addonTable.utils = addon IAUtils = addon