Pman.GoogleTranslate.js
[Pman.Core] / Pman.GoogleTranslate.js
index 5cc2b0a..e4c3411 100644 (file)
@@ -53,7 +53,7 @@ Pman.GoogleTranslate = function(str, src, dest, cb) {
             });
         }
         
-        
+        // chunk up long strings..
         if (str.length > 300) {
             var bits = str.split(/\s+/);
             sbits[0]  = '';