Skip to content

Commit da4155e

Browse files
committed
Go to line 3
1 parent 7f21c2e commit da4155e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

php-console.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@
8585

8686
editor = ace.edit(options.editor);
8787

88-
// give focus
8988
editor.focus();
90-
91-
// move cursor to line 2
92-
editor.gotoLine(2,0);
89+
editor.gotoLine(3,0);
9390

9491
// set mode
9592
PhpMode = require("ace/mode/php").Mode;

0 commit comments

Comments
 (0)