[IMP] Remove Uncaught TypeError

bzr revid: hip@tinyerp.com-20121019073132-0mk9ty7rttcy0c59
This commit is contained in:
Hiral Patel (OpenERP) 2012-10-19 13:01:32 +05:30
parent b5098a0820
commit 36cc003dc8
1 changed files with 0 additions and 1 deletions

View File

@ -1112,7 +1112,6 @@ instance.web.ListView.List = instance.web.Class.extend( /** @lends instance.web.
}, this);
if (!this.$current) { return; }
this.$current.remove();
this.$current = null;
},
get_records: function () {
return this.records.map(function (record) {