소스 검색

Added MooTools compat plugin

tags/0.5.1
Oskar Krawczyk 15 년 전
부모
커밋
56a2dfc76d
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      mustache-mootools/mustache.js.tpl.post
  2. +2
    -0
      mustache-mootools/mustache.js.tpl.pre

+ 5
- 0
mustache-mootools/mustache.js.tpl.post 파일 보기

@@ -0,0 +1,5 @@

Object.implement('mustache', function(view, partials){
return Mustache.to_html(view, this, partials);
});
})();

+ 2
- 0
mustache-mootools/mustache.js.tpl.pre 파일 보기

@@ -0,0 +1,2 @@
(function(){


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