Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manfe committed Sep 25, 2015
1 parent 1f2264a commit fc4cdcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.bxslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
}
// apply css to all slider children
slider.children.css({
// the float atttribute is a reserved word in compressors like YUI compressor and need to be quoted #48
// the float attribute is a reserved word in compressors like YUI compressor and need to be quoted #48
'float': slider.settings.mode === 'horizontal' ? 'left' : 'none',
listStyle: 'none',
position: 'relative'
Expand Down
2 changes: 1 addition & 1 deletion src/js/jquery.bxslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
}
// apply css to all slider children
slider.children.css({
// the float atttribute is a reserved word in compressors like YUI compressor and need to be quoted #48
// the float attribute is a reserved word in compressors like YUI compressor and need to be quoted #48
'float': slider.settings.mode === 'horizontal' ? 'left' : 'none',
listStyle: 'none',
position: 'relative'
Expand Down

0 comments on commit fc4cdcb

Please sign in to comment.