Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Turned scrollspy on components page on
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmert committed Jun 11, 2014
1 parent 8fcfd3d commit 731ad81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/coffee/layouts/pages/components.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ exports.module = Marionette.Layout.extend


# SCROLLSPY
# @$el.find('[data-spy="scroll"]').each (index, scrollspy) ->
# scrollspy.scrollspy
# offset: 100
@$el.find('[data-spy="scroll"]').each (index, scrollspy) ->
scrollspy.scrollspy
offset: 100

# SKYLINE
@$el.find('[data-spy="skyline"]').each (index, skyline) ->
Expand Down
7 changes: 6 additions & 1 deletion docs/js/app.js

Large diffs are not rendered by default.

0 comments on commit 731ad81

Please sign in to comment.