mirror of
https://github.com/vale981/grapher
synced 2025-03-05 17:41:41 -05:00
Add missing comma
This commit is contained in:
parent
de11c658a9
commit
0cbfb3c3c6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ _.extend(Mongo.Collection.prototype, {
|
|||
|
||||
getLinks() {
|
||||
return this[linkStorage];
|
||||
}
|
||||
},
|
||||
|
||||
getLinker(name) {
|
||||
if (this[linkStorage]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue