template: function()

in public/javascripts/app/lib/btn/index.js [15:17]


    template: function (el, attrs) {
      return attrs.href ? templates.anchor : templates.button;
    },