diff options
| author | Igor Minar | 2011-02-22 15:09:33 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-02-22 15:09:44 -0800 | 
| commit | 08e3b1edbb2923ad18c840c55eb95a14ab308daf (patch) | |
| tree | bb2490dec4aea6488dca73a3141dfe6ec3bda4e1 /gdocs.js | |
| parent | fe743e31f8114aa17aedddeea9753fb5afeb6251 (diff) | |
| download | angular.js-08e3b1edbb2923ad18c840c55eb95a14ab308daf.tar.bz2 | |
gdocs.js should strip trailing whitespace in imported docs
Diffstat (limited to 'gdocs.js')
| -rwxr-xr-x | gdocs.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -189,6 +189,7 @@ function reflow(text, margin) {      var col = 0;      var reflowLine = '';      function flush(){ +      reflowLine = reflowLine.replace(/\s*$/, '');        lines.push(reflowLine);        reflowLine = '';        col = 0; | 
