-
12 Oct 2011 12:17 PM #1
hideMask
hideMask
hideMask fails because it directly attempts to acces maskTarget (instead of _maskTarget). It should call me.getMaskTarget()
Code:hideMask: function() { var me = this; if (me.getMaskTarget()) { me.maskTarget.unmask(); me.setMaskTarget(null); } return me; }
-
12 Oct 2011 1:05 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 5
Thanks for the report.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-853
in
2.0.


Reply With Quote
