Add missing comma

This commit is contained in:
Max Johansen 2016-12-30 13:48:29 -08:00 committed by GitHub
parent de11c658a9
commit 0cbfb3c3c6

View file

@ -26,7 +26,7 @@ _.extend(Mongo.Collection.prototype, {
getLinks() {
return this[linkStorage];
}
},
getLinker(name) {
if (this[linkStorage]) {