check file exists
[Pman.Core] / Pman.Lock.js
index 00fc4fb..b44696d 100644 (file)
@@ -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