remove dead code

This commit is contained in:
Jordan Davis 2015-08-27 14:56:20 -07:00
parent f12aec116f
commit 97a06fcb9a

View file

@ -55,10 +55,7 @@ Template.ionSpinner.rendered = function() {
};
//get icon name and element from blaze template
if (this.data){
iconName
}
var iconElement = this.firstNode;
var iconName = this.data ? this.data.icon : 'ios';