Toggle sjhit

This commit is contained in:
Max Lynch
2013-10-11 12:09:19 -05:00
parent af832c649b
commit 0b375d4eb9
4 changed files with 45 additions and 1 deletions

View File

@ -8,6 +8,7 @@
this.handle = opts.handle;
this.openPercent = -1;
/*
// remember that this element, and all its children are apart of a component
// and assign the component instance to each element so the lookups
// only has to go through this process just once
@ -16,6 +17,7 @@
this.track.isComponent = true;
this.handle.component = this;
this.handle.isComponent = true;
*/
};
ionic.views.Toggle.prototype = {