mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 14:22:19 -06:00
remove dead code
This commit is contained in:
parent
f12aec116f
commit
97a06fcb9a
1 changed files with 1 additions and 4 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue