Accidentally committed debugging code. Return 5 ... (thanks kxepal!)
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b4b6fe15 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b4b6fe15 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b4b6fe15 Branch: refs/heads/2041-update-ibrowse Commit: b4b6fe15366c9b5ffa535df12c3060554d2af960 Parents: e0b860d Author: suelockwood <deathb...@apache.org> Authored: Tue Feb 25 15:05:07 2014 -0500 Committer: suelockwood <deathb...@apache.org> Committed: Tue Feb 25 15:05:07 2014 -0500 ---------------------------------------------------------------------- src/fauxton/app/addons/fauxton/components.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b4b6fe15/src/fauxton/app/addons/fauxton/components.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/fauxton/components.js b/src/fauxton/app/addons/fauxton/components.js index 39c213d..71d78b1 100644 --- a/src/fauxton/app/addons/fauxton/components.js +++ b/src/fauxton/app/addons/fauxton/components.js @@ -329,8 +329,7 @@ function(app, FauxtonAPI, ace, spin) { }, getLines: function(){ - return 5; - // return this.editor.getSession().getDocument().getLength(); + return this.editor.getSession().getDocument().getLength(); }, addCommands: function () {