From b22197e5a4492a6200a1d6666a41b4b70e80b477 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 5 Jul 2012 20:54:54 +0100 Subject: [PATCH] [build][xs]: bugfix for #176. --- dist/recline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/recline.js b/dist/recline.js index a8587e47..b18447e5 100644 --- a/dist/recline.js +++ b/dist/recline.js @@ -3848,7 +3848,6 @@ my.Transform = Backbone.View.extend({ var col = 'unknown'; } editor.val("function(doc) {\n doc['"+ col +"'] = doc['"+ col +"'];\n return doc;\n}"); - editor.focus().get(0).setSelectionRange(18, 18); editor.keydown(); },