mirror of https://github.com/axmolengine/axmol.git
commit
d33062ac35
|
@ -188,8 +188,6 @@ var UIFocusTestVertical = UIFocusTestBase.extend({
|
||||||
w.setTag(i);
|
w.setTag(i);
|
||||||
w.addTouchEventListener(this.onImageViewClicked, this);
|
w.addTouchEventListener(this.onImageViewClicked, this);
|
||||||
this._verticalLayout.addChild(w);
|
this._verticalLayout.addChild(w);
|
||||||
if (i == 2)
|
|
||||||
w.requestFocus();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this._loopText = new ccui.Text("loop enabled", "Arial", 20);
|
this._loopText = new ccui.Text("loop enabled", "Arial", 20);
|
||||||
|
|
Loading…
Reference in New Issue