Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 řádky
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. }