(function (ns) { "use strict"; ns.Tabs = function () { this.construct.apply(this, arguments); }; var proto = ns.Tabs.prototype; proto.construct = function () { if (window.location.hash == '#lib-categories') { $(window).scrollTop($('#lib-tabs').offset().top); } }; })(qs.defineNS('app.library'));