We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cc2c6 commit e94a477Copy full SHA for e94a477
CHANGES.md
@@ -1,8 +1,6 @@
1
# mustache.js Changes
2
3
-## 0.4.1-dev-familywall (2/15/2012)
4
-
5
-## 0.4.0-dev-familywall (2/9/2012)
+## 0.4.1-dev (2/15/2012)
6
7
* fixed greedy parsing of section name in regexp
8
mustache.js
@@ -417,7 +417,7 @@ var Mustache = function () {
417
418
return({
419
name: "mustache.js",
420
- version: "0.4.1-dev-familywall",
+ version: "0.4.1-dev",
421
422
/*
423
Turns a template and view into HTML
0 commit comments