Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

9 wiersze
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. }