Sfoglia il codice sorgente

Remove console.log

tags/0.5.0-vsc
Sahab Yazdani 15 anni fa
parent
commit
716edd304c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Vedi File

@@ -369,7 +369,6 @@ var Mustache = (function(undefined) {
}

parserContext.template = parserContext.template.replace(/{{%([\w-]+)(\s*)(.*?(?=}}))}}/, function(match, pragma, space, suffix) {
console.log(match, suffix);
var options = undefined;
if (suffix.length>0) {


Loading…
Annulla
Salva