{"version":3,"file":"smooth-scroll.min.js","sources":["js/smooth-scroll.js"],"sourcesContent":["// copied from http://css-tricks.com/snippets/jquery/smooth-scrolling/\n\n$(function () {\n 'use strict';\n\n $('a[href*=#]:not([href=#])').click(function () {\n if (location.pathname.replace(/^\\//, '') === this.pathname.replace(/^\\//, '')\n && location.hostname === this.hostname) {\n var target = $(this.hash);\n target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');\n if (target.length) {\n $('html, body').animate({ scrollTop: target.offset().top }, 600);\n return false;\n }\n }\n });\n});\n"],"names":["$","click","location","pathname","replace","this","hostname","target","hash","length","slice","animate","scrollTop","offset","top"],"mappings":"AAEAA,EAAE,WACA,aAEAA,EAAE,0BAA0B,EAAEC,MAAM,WAClC,GAAIC,SAASC,SAASC,QAAQ,MAAO,EAAE,IAAMC,KAAKF,SAASC,QAAQ,MAAO,EAAE,GACvEF,SAASI,WAAaD,KAAKC,SAAU,CACxC,IAAIC,EAASP,EAAEK,KAAKG,IAAI,EAExB,IAAID,EADKA,EAAOE,OAASF,EAASP,EAAE,SAAWK,KAAKG,KAAKE,MAAM,CAAC,EAAI,GAAG,GAC5DD,OAET,OADAT,EAAE,YAAY,EAAEW,QAAQ,CAAEC,UAAWL,EAAOM,OAAO,EAAEC,GAAI,EAAG,GAAG,EACxD,CAAA,CAEX,CACF,CAAC,CACH,CAAC"}