Skip to content

Commit

Permalink
Revert "add circular option"
Browse files Browse the repository at this point in the history
This reverts commit 90f6024.
  • Loading branch information
alicelieutier committed Mar 26, 2013
1 parent 90f6024 commit 2556b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -41,7 +41,7 @@ <h1>Swipe 2</h1>
<div><b>1</b></div>
<div><b>2</b></div>
<div><b>3</b></div>
<div><b>4</b></div>
<!-- <div><b>4</b></div>
<div><b>5</b></div>
<div><b>6</b></div>
<div><b>7</b></div>
Expand All @@ -57,7 +57,7 @@ <h1>Swipe 2</h1>
<div><b>17</b></div>
<div><b>18</b></div>
<div><b>19</b></div>
<div><b>20</b></div>
<div><b>20</b></div> -->
</div>
</div>

Expand All @@ -83,7 +83,7 @@ <h1>Swipe 2</h1>
// startSlide: 4,
// auto: 3000,
// continuous: true,
// circular: true,
circular: true,
// disableScroll: true,
// stopPropagation: true,
// callback: function(index, element) {},
Expand Down

0 comments on commit 2556b78

Please sign in to comment.