Forráskód Böngészése

[add] node support

isundil 8 éve
szülő
commit
5d213ae9ce
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      msgFormatter.js

+ 2 - 0
msgFormatter.js

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