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;
+