Fixing typo from last commit

This commit is contained in:
Kenneth Shaw 2017-03-28 07:42:47 +07:00
parent 8eb44961e2
commit eb9de08765

View File

@ -601,7 +601,7 @@ func (h *TargetHandler) domEvent(ctxt context.Context, ev interface{}) {
id, op = e.NodeID, attributeRemoved(e.Name)
case *dom.EventInlineStyleInvalidated:
if len(e.NodeIDs) == 0 {
if len(e.NodeIds) == 0 {
return
}