Skip to content

Commit b3860bf

Browse files
Fix typo.
1 parent 3bb0d54 commit b3860bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/UICatalog/UICatalog/js/gestureViewController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var GestureViewController = JSB.defineClass('GestureViewController : UIViewContr
7474
UIView.animateWithDurationDelayOptionsAnimationsCompletion(0.3, 0.5, 0 << 16, function() {
7575
label.alpha = 0.0;
7676
}, function(finished) {
77-
label.removeFromSuperView();
77+
label.removeFromSuperview();
7878
});
7979
});
8080
}

0 commit comments

Comments
 (0)