55070f1cb7aa2c9c915a1cc164efa56716664500

Author: Mark Story

Date: 2009-02-06 17:40:47 -0500

Removing smooth-scroll js, because its 'annoying'

diff --git a/vendors/js/api_generator.js b/vendors/js/api_generator.js index c6558e5..0cdd02b 100644 --- a/vendors/js/api_generator.js +++ b/vendors/js/api_generator.js @@ -94,10 +94,6 @@ ApiGenerator.apiPages = { 'hide-parent-properties' : '.parent-property' } this.attachVisibilityControls(targets, true); - var mySmoothScroll = new SmoothScroll({ - links: '.scroll-link', - wheelStops: false - }); var FileTree = new FileExplorer('file-browser'); },