Pman.js
[Pman.Core] / Pman.js
diff --git a/Pman.js b/Pman.js
index 4397838..572ca2b 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -6,9 +6,8 @@
  *  - it's a bit too heavy at present - needs to go on a diet....
  */
  
+// translation..
 if (typeof(_T) == 'undefined') { _T={};}
-
 
 Roo.XComponent.on('register', function(e) {
     if (typeof(Pman) != 'undefined') { return Pman.xregister(e); } return true;