Skip to content

Commit 02e3446

Browse files
author
pandamicro
committed
Upgrade EditBox
1 parent 0846e9a commit 02e3446

File tree

4 files changed

+934
-984
lines changed

4 files changed

+934
-984
lines changed

Diff for: cocos2d/core/platform/CCEGLView.js

-3
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,6 @@ cc.EGLView = cc.Class.extend(/** @lends cc.view# */{
725725

726726
this._originalScaleX = this._scaleX;
727727
this._originalScaleY = this._scaleY;
728-
// For editbox
729-
if (cc.DOM)
730-
cc.DOM._resetEGLViewDiv();
731728
cc.visibleRect && cc.visibleRect.init(this._visibleRect);
732729
},
733730

0 commit comments

Comments
 (0)