WoWInterface SVN zzcommon

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 98 to Rev 99
    Reverse comparison

Rev 98 → Rev 99

trunk/LibCommon/frames.lua
1,6 → 1,6
local name, addon = ...
 
local embed = addon['LibInit']("zzCommon-Frames", 10, {'AddDrag','LoadFrame','GetFrameCoords','CreateSecureFrame'})
local embed = addon['LibInit']("zzCommon-Frames", 11, {'AddDrag','LoadFrame','GetFrameCoords','CreateSecureFrame'})
if(type(embed) ~= 'function') then return end
local base = LibStub('zzCommon-Frames')
base['frames'] = base['frames'] or {}
66,7 → 66,7
schedules[i]['func'](schedules[i]['frame'])
end
wipe(schedules)
self:UnregisterEvent()
self:UnregisterEvent(event)
end)
 
local function addSchedule(self, func)