X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Lock.js;h=b44696d717e5f89f2c10f4586ba3846ee5859d79;hp=00fc4fbacdda1a59f48e587955f988ae12387f2c;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=8ba45764031eca46fbf9fdd2e6f34d497a2fb3a4 diff --git a/Pman.Lock.js b/Pman.Lock.js index 00fc4fba..b44696d7 100644 --- a/Pman.Lock.js +++ b/Pman.Lock.js @@ -48,7 +48,7 @@ Roo.apply(Pman.Lock.prototype, { { Roo.log('callLock'); force = force || 0; - var _t = this + var _t = this; new Pman.Request({ url : baseURL + '/Core/Lock/lock', params : { @@ -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