Sfoglia il codice sorgente

[add] node support

isundil 8 anni fa
parent
commit
5d213ae9ce
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      msgFormatter.js

+ 2 - 0
msgFormatter.js

@@ -446,3 +446,5 @@ var formatText = (function() {
     };
 })();
 
+if (typeof module !== "undefined") module.exports.formatText = formatText;
+