25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

9 satır
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. }