|
|
|
@@ -1,7 +1,8 @@ |
|
|
|
if (typeof module !== 'undefined' && module.exports) { |
|
|
|
exports.name = Mustache.name; |
|
|
|
exports.version = Mustache.version; |
|
|
|
|
|
|
|
exports.name = Mustache.name; |
|
|
|
exports.version = Mustache.version; |
|
|
|
|
|
|
|
exports.to_html = function() { |
|
|
|
return Mustache.to_html.apply(this, arguments); |
|
|
|
}; |
|
|
|
exports.to_html = function() { |
|
|
|
return Mustache.to_html.apply(this, arguments); |
|
|
|
}; |
|
|
|
} |