From 0248aa1ceb55944e02c8a70045046e0dda1484bc Mon Sep 17 00:00:00 2001 From: Sean Timm Date: Sun, 29 Dec 2013 16:58:01 -0700 Subject: [PATCH] Removed next_on_click reference in Orbit documentation as it doesn't currently exist --- doc/pages/components/orbit.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/pages/components/orbit.html b/doc/pages/components/orbit.html index dd2412ca0..ea821122f 100644 --- a/doc/pages/components/orbit.html +++ b/doc/pages/components/orbit.html @@ -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;"> ``` {{/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;">
  • slide 1
  • slide 2
  • slide 3
  • -- 2.47.2