Преглед изворни кода

Omit carriage returns

Fixes #156
tags/0.5.1
Michael Jackson пре 14 година
родитељ
комит
8320730ea9
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      mustache.js

+ 3
- 0
mustache.js Прегледај датотеку

@@ -404,6 +404,9 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
nonSpace = true;
code.push("\\" + c);
break;
case "\r":
// Ignore carriage returns.
break;
case "\n":
spaces.push(code.length);
code.push("\\n");


Loading…
Откажи
Сачувај