From: Wing-Hou Chan Date: Tue, 22 Apr 2014 08:10:58 +0000 (+0100) Subject: Update examples_offcanvas_javascript_options.html X-Git-Tag: v5.2.3~37^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5037%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update examples_offcanvas_javascript_options.html Oopsies, should be move not push --- diff --git a/doc/includes/off_canvas/examples_offcanvas_javascript_options.html b/doc/includes/off_canvas/examples_offcanvas_javascript_options.html index e61880c3d..a445be11a 100644 --- a/doc/includes/off_canvas/examples_offcanvas_javascript_options.html +++ b/doc/includes/off_canvas/examples_offcanvas_javascript_options.html @@ -2,7 +2,7 @@ ```javascript $(document).foundation({ offcanvas : { - open_method: 'push', // Sets method in which offcanvas opens, can also be 'overlap' + open_method: 'move', // Sets method in which offcanvas opens, can also be 'overlap' close_on_click : true } });