Pman.js
authorAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2015 05:21:06 +0000 (13:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2015 05:21:06 +0000 (13:21 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 572ca2b..56703a4 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -9,6 +9,8 @@
 // translation..
 if (typeof(_T) == 'undefined') { _T={};}
 
+
+
 Roo.XComponent.on('register', function(e) {
     if (typeof(Pman) != 'undefined') { return Pman.xregister(e); } return true;
 });