Skip to content

Commit

Permalink
Fix syntax error introduced in pull #48
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Apr 30, 2014
1 parent f75a48f commit e2a4ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/VisualEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ VisualEvent.prototype = {
if ( srcFiles.length === 0 ) {
origin = "Function definition could not be found automatically<br/>";
} else if ( srcFiles.length === 1 ) {
origin = "Function defined in ';
origin = 'Function defined in ';
if (srcFiles[0].src != 'Inline script') {
origin += '<a href="' + srcFiles[0].src + '">'+this._scriptName(srcFiles[0].src)+'</a>';
} else {
Expand Down

0 comments on commit e2a4ab7

Please sign in to comment.