function testProps()

in website/content/js/head.js [218:224]


    function testProps(props) {
        for (var i in props) {
            if (style[props[i]] !== undefined) {
                return true;
            }
        }
    }