Commit 47de5b1
authored
Fix syntax error on line 22 of Link.js
A previous commit (linked to Paratron#146) inserted an extra ')' to close the if statement, leading to a syntax error. This very simple commit fixes it.1 parent e0ceb4a commit 47de5b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments