Tooltip.prototype.tip = function () {
    return (this.$tip = this.$tip || $(this.options.template))
  }