forgotten semicolon

This commit is contained in:
Mario Orlicky 2016-11-13 20:54:50 +01:00
parent 5968792ad2
commit 7ad74eb1b5

View file

@ -61,7 +61,7 @@ class SetFilter {
_getMongoSelector() { _getMongoSelector() {
this._dep.depend(); this._dep.depend();
return { $in: this._selectedElements } return { $in: this._selectedElements };
} }
_getEmptySelector() { _getEmptySelector() {