Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:winton/widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Winton Welsh committed Sep 10, 2008
2 parents 3f0a1ef + e08d36a commit 7b08f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scroller/javascripts/init.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Global['<%= id %>'] = new SmoothScroll({ links: '<%= selector %>' });
4 changes: 4 additions & 0 deletions scroller/options.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
:id => 'scroller',
:selector => '.smooth'
}

0 comments on commit 7b08f90

Please sign in to comment.