From c84ec61daf7e13c7ab8d1301405e96a3bfeb6109 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 31 Mar 2011 09:40:35 +0200 Subject: [PATCH] move trimRight from fixoldbrowers to lang --- lib/ace/edit_session.js | 2 +- support/pilot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ace/edit_session.js b/lib/ace/edit_session.js index b97dbbeb..90d6225c 100644 --- a/lib/ace/edit_session.js +++ b/lib/ace/edit_session.js @@ -869,7 +869,7 @@ var EditSession = function(text, mode) { TAB_SPACE = 5; this.$computeWrapSplits = function(textLine, wrapLimit, tabSize) { - textLine = textLine.trimRight(); + textLine = lang.stringTrimRight(); if (textLine.length == 0) { return []; } diff --git a/support/pilot b/support/pilot index 39d8add0..ab806564 160000 --- a/support/pilot +++ b/support/pilot @@ -1 +1 @@ -Subproject commit 39d8add0e499500ba57f6dcdf417dc46dd53686d +Subproject commit ab8065643f28a1a4a3db30f6f68d378581397ff4