Skip to content

Commit

Permalink
Various fixes for IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLunn committed Mar 5, 2015
1 parent 0b277f3 commit 588cee5
Show file tree
Hide file tree
Showing 8 changed files with 306 additions and 235 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-uglify": "~0.3.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/sequence-theme.intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var sequenceElement = document.getElementById("sequence");
// Place your Sequence options here to override defaults
// See: https://github.com/IanLunn/Sequence/blob/v2/DOCUMENTATION.md
var options = {
autoPlay: false,
keyNavigation: true,
pauseOnHover: false,
autoPlayThreshold: 3000
Expand Down
Loading

0 comments on commit 588cee5

Please sign in to comment.