Bladeren bron

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 jaren geleden
bovenliggende
commit
4eebb4ba4f
2 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -0
      CHANGES.md
  2. +0
    -1
      README.md

+ 1
- 0
CHANGES.md Bestand weergeven

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



## 0.2.3 (28-03-2010)

* Better error message for missing partials.


+ 0
- 1
README.md Bestand weergeven

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


Laden…
Annuleren
Opslaan