소스 검색

preserve translation-hint correctly

tags/0.4.0
Ben Cherry 15 년 전
부모
커밋
4930a1dfe7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 파일 보기

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

// Branching or moving down the partial stack, save any translation mode info.
if (this.pragmas['TRANSLATION-HINT']) {
context['_mode'] = this.pragmas['TRANSLATION-HINT']['mode'];
context['_TRANSLATION-HINT_mode'] = this.pragmas['TRANSLATION-HINT'].mode;
}

// get the pragmas together


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