Skip to content

Commit

Permalink
fix cssOptions bug bigspotteddog#216
Browse files Browse the repository at this point in the history
  • Loading branch information
Grawl committed Jul 25, 2016
1 parent a2f9dc0 commit 2491f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery-scrolltofixed.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
// not fill the rest of the page horizontally. Also, set its top
// to the margin top specified in the options.

cssOptions={
var cssOptions={
'z-index' : base.options.zIndex,
'position' : 'fixed',
'top' : base.options.bottom == -1?getMarginTop():'',
Expand Down

0 comments on commit 2491f1a

Please sign in to comment.