[Playground] Do not auto focus

This commit is contained in:
Liang Ding 2015-07-21 23:16:48 +08:00
parent e16696ac63
commit 5dff1fd490
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ var playground = {
playground.editor = CodeMirror.fromTextArea($("#editor")[0], {
lineNumbers: true,
autofocus: true,
autoCloseBrackets: true,
matchBrackets: true,
highlightSelectionMatches: {showToken: /\w/},