浏览代码

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


正在加载...
取消
保存