Skip to content

Commit

Permalink
Remove semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jun 30, 2016
1 parent cdb396d commit a7445c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ if (!Array.prototype.find) {

getWindowSelection() {
if (this.tribute.collection.iframe) {
return this.tribute.collection.iframe.contentWindow.getSelection();
return this.tribute.collection.iframe.contentWindow.getSelection()
}

return window.getSelection()
Expand Down

0 comments on commit a7445c6

Please sign in to comment.