BUILD FIX: missed a semicolon

This commit is contained in:
Régis Hanol 2014-05-12 09:54:52 +02:00
parent bc3de84ebf
commit 5f2c2efb47

View file

@ -39,7 +39,7 @@ Discourse.UserActivityStreamRoute = Discourse.Route.extend({
if (stat.get("action_type") === userAction.action_type) { if (stat.get("action_type") === userAction.action_type) {
stat.decrementProperty("count"); stat.decrementProperty("count");
} }
}) });
}); });
}, },