isHeight = function()

in lib/dd.breakpoints.js [481:483]


    isHeight = function(min, max) {
        return is(min, max, 'height');
    };