WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/Ace3/Aloft/Libs/AceBucket-3.0
    from Rev 1471 to Rev 1551
    Reverse comparison

Rev 1471 → Rev 1551

AceBucket-3.0.lua
34,7 → 34,7
-- end
-- @class file
-- @name AceBucket-3.0.lua
-- @release $Id: AceBucket-3.0.lua 878 2009-11-02 18:51:58Z nevcairiel $
-- @release $Id: AceBucket-3.0.lua 895 2009-12-06 16:28:55Z nevcairiel $
 
local MAJOR, MINOR = "AceBucket-3.0", 3
local AceBucket, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
53,12 → 53,9
local tonumber, tostring, rawset = tonumber, tostring, rawset
local assert, loadstring, error = assert, loadstring, error
 
-- WoW APIs
local geterrorhandler = geterrorhandler
 
-- Global vars/functions that we don't upvalue since they might get hooked, or upgraded
-- List them here for Mikk's FindGlobals script
-- GLOBALS: LibStub
-- GLOBALS: LibStub, geterrorhandler
 
local bucketCache = setmetatable({}, {__mode='k'})