Sfoglia il codice sorgente

Merge branch 'master' of github.com:janl/mustache.js

* 'master' of github.com:janl/mustache.js:
  allow using sections as context. Patch by dpree.

Conflicts:
	CHANGES.md
	README.md
	mustache.js
tags/0.3.0
Jan Lehnardt 16 anni fa
parent
commit
4eebb4ba4f
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -0
      CHANGES.md
  2. +0
    -1
      README.md

+ 1
- 0
CHANGES.md Vedi File

@@ -8,6 +8,7 @@
* Added higher order sections.



## 0.2.3 (28-03-2010)

* Better error message for missing partials.


+ 0
- 1
README.md Vedi File

@@ -149,7 +149,6 @@ Here is the result:
<li>listitem2</li>
</ul>


### Inverted Sections

An inverted section opens with `{{^section}}` instead of `{{#section}}` and uses a


Loading…
Annulla
Salva