소스 검색

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


불러오는 중...
취소
저장