Mercurial > wow > inventory
diff Modules/Queue.lua @ 202:15f22a466596
Cleaning up.
author | Zerotorescue |
---|---|
date | Sat, 05 Feb 2011 17:36:08 +0100 |
parents | ba5ddc4448dd |
children | 5d6b3d116b80 |
line wrap: on
line diff
--- a/Modules/Queue.lua Sat Feb 05 17:32:25 2011 +0100 +++ b/Modules/Queue.lua Sat Feb 05 17:36:08 2011 +0100 @@ -1,5 +1,5 @@ local addon = select(2, ...); -local mod = addon:NewModule("Queue", "AceEvent-3.0", "AceTimer-3.0"); +local mod = addon:NewModule("Queue", "AceEvent-3.0"); local _G = _G; local tonumber, tostring, pairs, sformat, smatch, slower, floor, ceil, tinsert, twipe = _G.tonumber, _G.tostring, _G.pairs, _G.string.format, _G.string.match, _G.string.lower, _G.floor, _G.ceil, _G.table.insert, _G.table.wipe;