X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Lock.js;h=b44696d717e5f89f2c10f4586ba3846ee5859d79;hp=8234bed0736a915b7401d80f0d574800ec640692;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=bea7f8a09d73cf6a5bf7dcf2ccf236a6b64f4d10 diff --git a/Pman.Lock.js b/Pman.Lock.js index 8234bed0..b44696d7 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -48,8 +48,8 @@ Roo.apply(Pman.Lock.prototype, { { Roo.log('callLock'); force = force || 0; - var _t = this - Pman.Request({ + var _t = this; + new Pman.Request({ url : baseURL + '/Core/Lock/lock', params : { on_table : this.cfg.table, @@ -98,7 +98,7 @@ Roo.apply(Pman.Lock.prototype, { unlock : function() { - Pman.Request({ + new Pman.Request({ url : baseURL + '/Core/Lock/unlock', params : { id : this.id