|
|
@@ -285,7 +285,6 @@ var Mustache = (function(undefined) { |
|
|
|
|
|
|
|
|
if (suffix.length>0) { |
|
|
if (suffix.length>0) { |
|
|
optionPairs = suffix.split(','); |
|
|
optionPairs = suffix.split(','); |
|
|
scratch; |
|
|
|
|
|
|
|
|
|
|
|
options = {}; |
|
|
options = {}; |
|
|
for (i=0, n=optionPairs.length; i<n; ++i) { |
|
|
for (i=0, n=optionPairs.length; i<n; ++i) { |
|
|
|