WoWInterface SVN zz_MiscHelper

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 63 to Rev 64
    Reverse comparison

Rev 63 → Rev 64

trunk/zz_MiscHelper/core.lua
36,7 → 36,7
 
if(not registered[event]) then
registered[event] = true
addon['RegisterFunc'](event, "OnEvent", eventHandler)
addon:RegisterFunc(event, "OnEvent", eventHandler)
end
end
addon:AddConfigEntry(childName, "toggle",modul['name'],modul['message'],nil,1,nil,nil,nil,nil,options['args'][childName])
104,4 → 104,4
iterateModuls()
end
 
addon['startup'](addon, name, childName, init, false, defaults)
\ No newline at end of file +addon:startup(name, childName, init, false, defaults) \ No newline at end of file