Skip to content

Commit

Permalink
Merge pull request #34 from zerowidth/patch-1
Browse files Browse the repository at this point in the history
Fix a syntax error
  • Loading branch information
muan committed Mar 6, 2015
2 parents 9a2f69e + a1d44a4 commit 3b2f860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/src/inject/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function generateUrlAndGoTo (selected, regexp) {
issue_no = title[2]

url = "https://github.com/" + org + "/" + repo + "/issues/" + issue_no
chrome.extension.sendMessage({url: url)
chrome.extension.sendMessage({url: url})
}
}
}
Expand Down

0 comments on commit 3b2f860

Please sign in to comment.