From 61e3734966ca90728ab8fce2ee1f6b2f99959c56 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Mar 2012 10:22:01 +0800 Subject: [PATCH] Pman.Lock.js --- Pman.Lock.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pman.Lock.js b/Pman.Lock.js index 46e8681f..004a4b8a 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -35,6 +35,7 @@ */ Pman.Lock = function (cfg) { this.cfg = cfg; + Roo.log('ctor-callLock'); this.callLock(); } @@ -45,6 +46,7 @@ Roo.apply(Pman.Lock.prototype, { callLock : function(force) { + Roo.log('callLock'); force = force || 0; var _t = this Pman.Request({ -- 2.39.2