Mercurial > wow > inventory
diff Modules/Summary.lua @ 221:72de51449286
Oops, AceEvent shouldn?t have been removed from the Summary.
author | Zerotorescue |
---|---|
date | Mon, 07 Feb 2011 00:03:27 +0100 |
parents | 0ea991d9093c |
children |
line wrap: on
line diff
--- a/Modules/Summary.lua Mon Feb 07 00:03:06 2011 +0100 +++ b/Modules/Summary.lua Mon Feb 07 00:03:27 2011 +0100 @@ -1,5 +1,5 @@ local addon = select(2, ...); -- Get a reference to the main addon object -local mod = addon:NewModule("Summary", "AceTimer-3.0"); -- register a new module, Summary: resposible for building the summary window +local mod = addon:NewModule("Summary", "AceEvent-3.0", "AceTimer-3.0"); -- register a new module, Summary: resposible for building the summary window local _G = _G; -- prevent looking up of the global table local sformat, sgsub, supper, mceil, mfloor, tinsert, twipe, tsort = _G.string.format, _G.string.gsub, _G.string.upper, _G.math.ceil, _G.math.floor, _G.table.insert, _G.table.wipe, _G.table.sort;