Ver Fonte

[add] node support

isundil há 8 anos atrás
pai
commit
5d213ae9ce
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      msgFormatter.js

+ 2 - 0
msgFormatter.js

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