選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
228B

  1. if (typeof module !== 'undefined' && module.exports) {
  2. exports.name = Mustache.name;
  3. exports.version = Mustache.version;
  4. exports.to_html = function() {
  5. return Mustache.to_html.apply(this, arguments);
  6. };
  7. }