소스 검색

Remove ignored argument

tags/0.5.2
Michael Jackson 13 년 전
부모
커밋
a160c16d90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 파일 보기

@@ -303,7 +303,7 @@ var Mustache;
var fn = this._partialCache[name];

if (fn) {
return fn(context, this);
return fn(context);
}

return "";


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