Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Tue, 9 Jun 2015 05:04:13 +0000 (13:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Jun 2015 05:04:13 +0000 (13:04 +0800)
Roo/bootstrap/Table.js

index 1a761a9..1cab2b8 100644 (file)
@@ -280,7 +280,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         this.store.on('load', this.onLoad, this);
         this.store.on('beforeload', this.onBeforeLoad, this);
         this.store.on('update', this.onUpdate, this);
-         this.store.on('add', this.onAdd, this);
+        this.store.on('add', this.onAdd, this);
         
     },