소스 검색

Merge pull request #108 from vackraord/master

Simple if-statement fix
tags/0.4.0
Jan Lehnardt 15 년 전
부모
커밋
32a26c4b7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 파일 보기

@@ -47,7 +47,7 @@ var Mustache = function() {
Sends parsed lines
*/
send: function(line) {
if(line != "") {
if(line !== "") {
this.buffer.push(line);
}
},


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