From 5b09a64806564ad0471841bd14b11cd1996cf593 Mon Sep 17 00:00:00 2001 From: benstr Date: Fri, 16 Jan 2015 14:24:42 -0600 Subject: [PATCH] argg! enough is enough --- components/ionItem/ionItem.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/ionItem/ionItem.js b/components/ionItem/ionItem.js index c4616b4..972e4e7 100644 --- a/components/ionItem/ionItem.js +++ b/components/ionItem/ionItem.js @@ -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;