Skip to content

Commit

Permalink
rm semicolon for sake of fat's eccentric tastes
Browse files Browse the repository at this point in the history
Erratum from #15496
  • Loading branch information
cvrebert committed Mar 3, 2015
1 parent 20d3ad1 commit 168297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport)

if (this.$element[0] instanceof document.constructor && !this.options.selector) {
throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!');
throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!')
}

var triggers = this.options.trigger.split(' ')
Expand Down

0 comments on commit 168297c

Please sign in to comment.