浏览代码

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 年前
父节点
当前提交
4eebb4ba4f
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -0
      CHANGES.md
  2. +0
    -1
      README.md

+ 1
- 0
CHANGES.md 查看文件

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



## 0.2.3 (28-03-2010)

* Better error message for missing partials.


+ 0
- 1
README.md 查看文件

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


正在加载...
取消
保存