Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Mon, 27 Mar 2017 04:30:58 +0000 (12:30 +0800)
committeredward <edward@roojs.com>
Mon, 27 Mar 2017 04:30:58 +0000 (12:30 +0800)
Roo/bootstrap/Table.js

index 99d6a3d..e168110 100644 (file)
@@ -315,7 +315,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         this.store.on('update', this.onUpdate, this);
         this.store.on('add', this.onAdd, this);
         
-        thie.el.on("contextmenu", this.onContextMenu, this);
+        this.el.on("contextmenu", this.onContextMenu, this);
         
     },