isundil 8 роки тому
батько
коміт
5d213ae9ce
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      msgFormatter.js

+ 2 - 0
msgFormatter.js

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