end: function()

in script/smooth.js [75:83]


        end: function (e) {
            if (e.preventDefault && e.stopPropagation) {
                e.preventDefault();
                e.stopPropagation();
            } else if (window.event) {
                window.event.cancelBubble = true;
                window.event.returnValue = false;
            }
        },