This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Tag as 0.4.1-dev
tags/0.4.1
Eric BRECHEMIER
14 years ago
parent
20cc2c6efc
commit
e94a477e76
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
CHANGES.md
+1
-1
mustache.js
+ 1
- 3
CHANGES.md
View File
@@ -1,8 +1,6 @@
# mustache.js Changes
## 0.4.1-dev-familywall (2/15/2012)
## 0.4.0-dev-familywall (2/9/2012)
## 0.4.1-dev (2/15/2012)
* fixed greedy parsing of section name in regexp
+ 1
- 1
mustache.js
View File
@@ -417,7 +417,7 @@ var Mustache = function () {
return({
name: "mustache.js",
version: "0.4.1-dev
-familywall
",
version: "0.4.1-dev",
/*
Turns a template and view into HTML
Write
Preview
Loading…
Cancel
Save