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

Minor custom delimiters text improvement

pull/674/head
Phillip Johnsen GitHub пре 7 година
родитељ
комит
a0b94e7956
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md Прегледај датотеку

@@ -85,8 +85,8 @@ console.log(
>> TEST 1 >> TEST 1
``` ```


The above illustrates the fact that `Mustache.parse()` cached the template without considering the custom delimiters provided.
This is no longer true.
The above illustrates the fact that `Mustache.parse()` made mustache.js cache the template without considering
the custom delimiters provided. This is no longer true.


We don't longer encourage using `Mustache.parse()` for this purpose, but have rather added a fourth argument to We don't longer encourage using `Mustache.parse()` for this purpose, but have rather added a fourth argument to
`Mustache.render()` letting you provide custom delimiters when rendering. `Mustache.render()` letting you provide custom delimiters when rendering.


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