Explorar el Código

[add] node support

isundil hace 8 años
padre
commit
5d213ae9ce
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      msgFormatter.js

+ 2 - 0
msgFormatter.js

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