Pman.Lock.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Aug 2011 03:51:11 +0000 (11:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Aug 2011 03:51:11 +0000 (11:51 +0800)
Pman.Lock.js

index c773c11..43baa82 100644 (file)
@@ -80,7 +80,7 @@ Roo.apply(Pman.Lock.prototype, {
             
         Roo.each(ar, function(p) {
             msg += '<br/>' + p.name + ' at ' + p.lock_created ;
-        })
+        });
         var _t = this;
         Roo.MessageBox.confirm("Confirm breaking locks", msg, function(r) {
             if (r != 'yes') {