Explorar el Código

Remove console.log

tags/0.5.0-vsc
Sahab Yazdani hace 15 años
padre
commit
716edd304c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar