소스 검색

More spelling mistake fixes

tags/0.5.0-vsc
thegrandpoobah 16 년 전
부모
커밋
336d21a1a4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      mustache.js

+ 2
- 2
mustache.js 파일 보기

@@ -211,7 +211,7 @@ var Mustache = function() {
find: function(name, context) {
name = this.trim(name);

// Checks whether a value is thruthy or false or 0
// Checks whether a value is truthy or false or 0
function is_kinda_truthy(bool) {
return bool === false || bool === 0 || bool;
}
@@ -244,7 +244,7 @@ var Mustache = function() {
}
}
}
// silently ignore unkown variables
// silently ignore unknown variables
return "";
},



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