Преглед изворни кода

Remove console.log

tags/0.5.0-vsc
Sahab Yazdani пре 15 година
родитељ
комит
716edd304c
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      mustache.js

+ 0
- 1
mustache.js Прегледај датотеку

@@ -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…
Откажи
Сачувај