Commit 80789d3567a4d2da2d06d59ab0e38a3187575065
1 parent
a86a4cf0
Exists in
master
and in
1 other branch
add missing comma
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/javascripts/notifier.js
@@ -246,7 +246,7 @@ window.onerror = function(message, file, line) { | @@ -246,7 +246,7 @@ window.onerror = function(message, file, line) { | ||
246 | setTimeout(function() { | 246 | setTimeout(function() { |
247 | Hoptoad.notify({ | 247 | Hoptoad.notify({ |
248 | message : message, | 248 | message : message, |
249 | - stack : '()@' + file + ':' + line | 249 | + stack : '()@' + file + ':' + line, |
250 | url : document.location.href | 250 | url : document.location.href |
251 | }); | 251 | }); |
252 | }, 100); | 252 | }, 100); |