added dist folder back now that git downloads are gone

This commit is contained in:
Tony Tam
2013-01-25 20:15:23 -08:00
parent f0f6a07a61
commit 8a9d41ca27
19 changed files with 6497 additions and 1 deletions

1
dist/lib/jquery.slideto.min.js vendored Normal file
View File

@@ -0,0 +1 @@
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);