Skip to content

Commit

Permalink
Update examples_offcanvas_javascript_options.html
Browse files Browse the repository at this point in the history
  • Loading branch information
winghouchan committed Apr 21, 2014
1 parent 5cc0934 commit 6c864bb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -2,7 +2,8 @@
```javascript
$(document).foundation({
offcanvas : {
close_on_click : true,
open_method: 'push', // Sets method in which offcanvas opens, can also be 'overlap'
close_on_click : true
}
});
```
Expand Down

0 comments on commit 6c864bb

Please sign in to comment.