Follow-up f9e8c5057: fix JS error

Bug: T114833
Change-Id: I73d37a0688165125db56c1d6c088f215b19f421e
This commit is contained in:
Roan Kattouw 2015-10-06 18:24:14 -07:00
parent f9e8c5057c
commit 983c7a2463

View file

@ -337,7 +337,7 @@
mw.echo.logger.logInteraction(
mw.echo.Logger.static.actions.notificationImpression,
'flyout',
widget.getModel().getId(),
items[ i ].getModel().getId(),
items[ i ].getModel().getCategory()
);
}