Merge pull request #14667 from chengstory/#24347

Fix #24347
This commit is contained in:
pandamicro 2015-12-14 15:03:21 +08:00
commit d33062ac35
1 changed files with 0 additions and 2 deletions

View File

@ -188,8 +188,6 @@ var UIFocusTestVertical = UIFocusTestBase.extend({
w.setTag(i);
w.addTouchEventListener(this.onImageViewClicked, this);
this._verticalLayout.addChild(w);
if (i == 2)
w.requestFocus();
}
this._loopText = new ccui.Text("loop enabled", "Arial", 20);