argg! enough is enough

This commit is contained in:
benstr 2015-01-16 14:24:42 -06:00
parent eda781eb9e
commit 5b09a64806

View file

@ -40,14 +40,6 @@ Template.ionItem.helpers({
return this.target;
},
isAnchor: function () {
return !_.isUndefined(this.href) || !_.isUndefined(this.path) || !_.isUndefined(this.url) || !_.isUndefined(this.route);
},
target: function () {
return this.target;
},
url: function () {
if (this.href) {
return this.href;