diff --git a/mustache.js b/mustache.js index e5b4246..ecb838f 100644 --- a/mustache.js +++ b/mustache.js @@ -126,7 +126,7 @@ var Mustache = { } return template; }, - + set_delimiters: function(delimiters) { var dels = delimiters.split(" "); this.otag = this.escape_regex(dels[0]);