Parcourir la source

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 il y a 16 ans
Parent
révision
4eebb4ba4f
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -0
      CHANGES.md
  2. +0
    -1
      README.md

+ 1
- 0
CHANGES.md Voir le fichier

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



## 0.2.3 (28-03-2010)

* Better error message for missing partials.


+ 0
- 1
README.md Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer