From 8fa598fa0076c2a0013302ccdbddb5b4bb28fc45 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 9 May 2011 23:48:25 -0700 Subject: remove gdocs.js workaround for extra space issue in gdocs api --- gdocs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gdocs.js b/gdocs.js index af5ed51d..b51eb130 100755 --- a/gdocs.js +++ b/gdocs.js @@ -72,7 +72,6 @@ function download(collection, name, url) { function(data){ data = data.replace('\ufeff', ''); data = data.replace(/\r\n/mg, '\n'); - data = data.replace(/^ /mg, ' '); //for some reason gdocs drop first space for indented lines // strip out all text annotation comments data = data.replace(/^\[a\][\S\s]*/m, ''); -- cgit v1.2.3