lib.outerHeight = function (el, bool) {
        if (typeof Zepto === 'function') {
          return el.height();
        }