Skip to content

Commit

Permalink
Merge pull request #281 from alem0lars/patch-1
Browse files Browse the repository at this point in the history
Bug fix: use @options instead of options
  • Loading branch information
Krister Kari committed Mar 4, 2015
2 parents 84a4b83 + 9136127 commit ab2abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeescripts/jquery.nanoscroller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
@doc = $ @options.documentContext or document
@win = $ @options.windowContext or window
@body= @doc.find 'body'
@$content = @$el.children(".#{options.contentClass}")
@$content = @$el.children(".#{@options.contentClass}")
@$content.attr 'tabindex', @options.tabIndex or 0
@content = @$content[0]

Expand Down

0 comments on commit ab2abb0

Please sign in to comment.