roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 03:32:36 +0000 (11:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 03:32:36 +0000 (11:32 +0800)
roojs-debug.js

index 52d28c2..1a993fb 100644 (file)
@@ -19076,7 +19076,7 @@ Roo.data.Record.prototype = {
             this.modified[name] = this.data[name];
         }
         this.data[name] = value;
-        if(!this.editing){
+        if(!this.editing && this.store){
             this.store.afterEdit(this);
         }       
     },