Skip to content

Commit

Permalink
add: scrollable option
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Feb 7, 2012
1 parent fd7fc85 commit a040f2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deckjs.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version 1.0
# version 1.1

include::/usr/share/asciidoc/xhtml11.conf[]

Expand Down Expand Up @@ -182,7 +182,8 @@ text=<p>|</p>
<!-- Initialize the deck. You can put this in an external file if desired. -->
<script>
$(function() {
$.deck('.slide');
{scrollable?$.deck.defaults.keys["previous"] = [8, 33, 37, 39];$.deck.defaults.keys["next"] = [13, 32, 34, 39];}
$.deck('.slide');
});
</script>
</body>
Expand Down

0 comments on commit a040f2a

Please sign in to comment.