diff options
Diffstat (limited to 'app/javascript/mastodon/common.js')
-rw-r--r-- | app/javascript/mastodon/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/common.js b/app/javascript/mastodon/common.js index 6818aa5d5..8f3505303 100644 --- a/app/javascript/mastodon/common.js +++ b/app/javascript/mastodon/common.js @@ -9,4 +9,4 @@ export function start() { } catch (e) { // If called twice } -}; +} |