X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..refs/heads/master:/docs/source/DataViewModel.html
diff --git a/docs/source/DataViewModel.html b/docs/source/DataViewModel.html
index 9a8c026b..5ac54bef 100644
--- a/docs/source/DataViewModel.html
+++ b/docs/source/DataViewModel.html
@@ -3,8 +3,8 @@
The source code
-
-
+
+
@@ -29,7 +29,7 @@ Ext.define('Ext.selection.DataViewModel', {
/**
* @cfg {Boolean} enableKeyNav
*
- * Turns on/off keyboard navigation within the DataView. Defaults to true.
+ * Turns on/off keyboard navigation within the DataView.
*/
enableKeyNav: true,
@@ -164,6 +164,11 @@ Ext.define('Ext.selection.DataViewModel', {
me.fireEvent(eventName, me, record);
}
}
+ },
+
+ destroy: function(){
+ Ext.destroy(this.keyNav);
+ this.callParent();
}
});