We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb0d54 commit b3860bfCopy full SHA for b3860bf
1 file changed
Examples/UICatalog/UICatalog/js/gestureViewController.js
@@ -74,7 +74,7 @@ var GestureViewController = JSB.defineClass('GestureViewController : UIViewContr
74
UIView.animateWithDurationDelayOptionsAnimationsCompletion(0.3, 0.5, 0 << 16, function() {
75
label.alpha = 0.0;
76
}, function(finished) {
77
- label.removeFromSuperView();
+ label.removeFromSuperview();
78
});
79
80
}
0 commit comments