From f463df586e777853b48d52bdd3d15b8223603e19 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 15:28:00 +0800 Subject: [PATCH] Pman.js --- Pman.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.js b/Pman.js index b2492427..61144c24 100644 --- a/Pman.js +++ b/Pman.js @@ -771,8 +771,8 @@ Pman = new Roo.Document( xregister : function(obj) { - Roo.log(obj); - return; + var test = Roo.apply({}, obj); + Roo.log(test); // work out owner.. if (!Pman.appModules === false) { Pman.appModules = typeof(AppModules ) == 'undefined'? [] : -- 2.39.2