diff options
| author | Igor Minar | 2011-05-09 23:48:25 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:28:40 -0700 | 
| commit | 8fa598fa0076c2a0013302ccdbddb5b4bb28fc45 (patch) | |
| tree | 3e828fc9cbcc74177849e2161277661d89800642 /gdocs.js | |
| parent | 91f9efed49a64f626251feac952fac470f6fe13c (diff) | |
| download | angular.js-8fa598fa0076c2a0013302ccdbddb5b4bb28fc45.tar.bz2 | |
remove gdocs.js workaround for extra space issue in gdocs api
Diffstat (limited to 'gdocs.js')
| -rwxr-xr-x | gdocs.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -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, ''); | 
