]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed next_on_click reference in Orbit documentation as it doesn't currently exist 3824/head
authorSean Timm <sean@seantimm.com>
Sun, 29 Dec 2013 23:58:01 +0000 (16:58 -0700)
committerSean Timm <sean@seantimm.com>
Sun, 29 Dec 2013 23:58:01 +0000 (16:58 -0700)
doc/pages/components/orbit.html

index dd2412ca00eed1b89bd64214ff0b229b9acb0bf1..ea821122fbb90209d18244761008b7fd8cda0ac1 100644 (file)
@@ -222,8 +222,7 @@ $(document).foundation({
     pause_on_hover: true,
     animation_speed: 500,
     navigation_arrows: true,
-    bullets: false,
-    next_on_click: true
+    bullets: false
   }
 });
 ```
@@ -244,8 +243,7 @@ $(document).foundation({
                   pause_on_hover:true;
                   animation_speed:500;
                   navigation_arrows:true;
-                  bullets:false;
-                  next_on_click:true;">
+                  bullets:false;">
 </ul>
 ```
 {{/markdown}}
@@ -261,8 +259,7 @@ $(document).foundation({
         pause_on_hover:true;
         animation_speed:500;
         navigation_arrows:true;
-        bullets:false;
-        next_on_click:true;">
+        bullets:false;">
         <li><img src="{{assets}}/img/examples/andromeda-orbit.jpg" alt="slide 1"></li>
         <li><img src="{{assets}}/img/examples/satelite-orbit.jpg" alt="slide 2"></li>
         <li><img src="{{assets}}/img/examples/launch-orbit.jpg" alt="slide 3"></li>