Threaded View
-
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; }
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