|
|
|
@@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {}; |
|
|
|
(function (exports) { |
|
|
|
|
|
|
|
exports.name = "mustache.js"; |
|
|
|
exports.version = "%version"; |
|
|
|
exports.version = "0.5.11"; |
|
|
|
exports.tags = ["{{", "}}"]; |
|
|
|
exports.parse = parse; |
|
|
|
exports.compile = compile; |
|
|
|
|