Skip to content

Commit

Permalink
remove editbox.stayOnTop tooltip (cocos#4162)
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro authored and pandamicro committed Apr 8, 2019
1 parent d553a99 commit ea56075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cocos2d/core/components/editbox/CCEditBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ let EditBox = cc.Class({
* @deprecated since 2.0.8
*/
stayOnTop: {
tooltip: CC_DEV && 'i18n:COMPONENT.editbox.stay_on_top',
default: false,
notify () {
cc.warn('editBox.stayOnTop is removed since v2.1.');
Expand Down

0 comments on commit ea56075

Please sign in to comment.