소스 검색

Merge pull request #106 from thegrandpoobah/issue105

Fixes issue 105
tags/0.4.0
Jan Lehnardt 15 년 전
부모
커밋
1f922fb6f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 파일 보기

@@ -63,7 +63,7 @@ var Mustache = function() {

var that = this;
var regex = new RegExp(this.otag + "%([\\w-]+) ?([\\w]+=[\\w]+)?" +
this.ctag);
this.ctag, "g");
return template.replace(regex, function(match, pragma, options) {
if(!that.pragmas_implemented[pragma]) {
throw({message:


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