WoWInterface SVN zzcommon

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 104 to Rev 105
    Reverse comparison

Rev 104 → Rev 105

trunk/LibCommon/stub.lua
25,7 → 25,7
end
end
 
addon['LibInit'] = function(major, minor, funclist)
function addon:LibInit(major, minor, funclist)
local lib = LibStub:NewLibrary(major, minor)
if not lib then
embed(major, funclist)