Skip to content

Commit

Permalink
Undo debugging change
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Apr 8, 2013
1 parent ea47748 commit 27f31a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var server, editor, defs = [];
var Pos = CodeMirror.Pos;
var docs = [], curDoc;

var bigDoc = 250, useWorker = false;
var bigDoc = 250, useWorker = true;

function findDoc(name) {
for (var i = 0; i < docs.length; ++i) if (docs[i].name == name) return docs[i];
Expand Down

0 comments on commit 27f31a9

Please sign in to comment.