ソースを参照

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);
}
},


読み込み中…
キャンセル
保存