in lib/Habitat.js [41:44]
function getDisplayType(ele) { var cStyle = ele.currentStyle || window.getComputedStyle(ele, ''); return cStyle.display; }