WoWInterface SVN zzcommon

Compare Revisions

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

Rev 99 → Rev 98

trunk/LibCommon/frames.lua
1,6 → 1,6
local name, addon = ...
 
local embed = addon['LibInit']("zzCommon-Frames", 11, {'AddDrag','LoadFrame','GetFrameCoords','CreateSecureFrame'})
local embed = addon['LibInit']("zzCommon-Frames", 10, {'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(event)
self:UnregisterEvent()
end)
 
local function addSchedule(self, func)