Commit ff38c149 authored by Jacob Thornton's avatar Jacob Thornton

stray ;

parent ae9a2bd9
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
this.options = $.extend({}, $.fn.affix.defaults, options) this.options = $.extend({}, $.fn.affix.defaults, options)
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this)) this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
this.$element = $(element) this.$element = $(element)
this.checkPosition(); this.checkPosition()
} }
Affix.prototype.checkPosition = function () { Affix.prototype.checkPosition = function () {
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
this.options = $.extend({}, $.fn.affix.defaults, options) this.options = $.extend({}, $.fn.affix.defaults, options)
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this)) this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
this.$element = $(element) this.$element = $(element)
this.checkPosition(); this.checkPosition()
} }
Affix.prototype.checkPosition = function () { Affix.prototype.checkPosition = function () {
......
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