remove onIonInit

Closes #77
This commit is contained in:
Adam Bradley
2015-09-05 23:09:21 -05:00
parent aefe8ad7a2
commit dc7b04fbd4
5 changed files with 10 additions and 6 deletions

View File

@ -44,8 +44,6 @@ export class Ion {
this[prop] = cls.defaultProperties[prop];
}
}
this.onIonInit && this.onIonInit();
}
getDelegate(delegateName) {