fix error RegisterBucketEvent
This commit is contained in:
parent
dbe71035ea
commit
22e75eae66
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ function DT:AssignPanelToDataText(panel, data)
|
|||
if not callback then
|
||||
callback = function(arg) data.eventFunc(panel, arg) end
|
||||
end
|
||||
panel:RegisterBucketEvent(event, period, callback)
|
||||
AceBucket:RegisterBucketEvent(event, period, callback)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue