diff --git a/packages/livedata/livedata_server.js b/packages/livedata/livedata_server.js index d180172260..508648dd2a 100644 --- a/packages/livedata/livedata_server.js +++ b/packages/livedata/livedata_server.js @@ -651,7 +651,7 @@ _.extend(Meteor._LivedataSession.prototype, { _diffCollectionViews: function (beforeCVs) { var self = this; diffObjects(beforeCVs, self.collectionViews, { - both: function (collectionName, rightValue, leftValue) { + both: function (collectionName, leftValue, rightValue) { rightValue.diff(leftValue); }, rightOnly: function (collectionName, rightValue) {