Mercurial > wow > skeletonkey
comparison LibKraken/LibKraken.lua @ 60:256585077cdd
missed a function rename
| author | Nenue |
|---|---|
| date | Sat, 27 Aug 2016 11:01:25 -0400 |
| parents | d8bb2629fea8 |
| children | 04c23ceaf9e0 |
comparison
equal
deleted
inserted
replaced
| 59:d8bb2629fea8 | 60:256585077cdd |
|---|---|
| 291 local isHandled = false | 291 local isHandled = false |
| 292 local nodebug = false | 292 local nodebug = false |
| 293 defaultAddon.event = function (addon, event, ...) | 293 defaultAddon.event = function (addon, event, ...) |
| 294 if processing then | 294 if processing then |
| 295 local args = {...} | 295 local args = {...} |
| 296 C_Timer.After(0, function() KT.OnEvent(addon, event, unpack(args)) end) | 296 C_Timer.After(0, function() LibKT_OnEvent(addon, event, unpack(args)) end) |
| 297 return | 297 return |
| 298 else | 298 else |
| 299 | 299 |
| 300 end | 300 end |
| 301 --- reset state | 301 --- reset state |
