Commit 168297c7 authored by Chris Rebert's avatar Chris Rebert

rm semicolon for sake of fat's eccentric tastes

Erratum from #15496
parent 20d3ad10
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport) this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport)
if (this.$element[0] instanceof document.constructor && !this.options.selector) { 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(' ') var triggers = this.options.trigger.split(' ')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment