[FIX] mail: remove is author unused assignment.
authorAtul Patel (OpenERP) <atp@tinyerp.com>
Thu, 25 Jul 2013 07:32:49 +0000 (13:02 +0530)
committerAtul Patel (OpenERP) <atp@tinyerp.com>
Thu, 25 Jul 2013 07:32:49 +0000 (13:02 +0530)
bzr revid: atp@tinyerp.com-20130725073249-t1fvurzfdp0wh8j3

addons/mail/static/src/js/mail.js

index b77aa7e..a901e77 100644 (file)
@@ -1236,7 +1236,6 @@ openerp.mail = function (session) {
             this.last_id = datasets.last_id || false;
             this.parent_id = datasets.parent_id || false;
             this.is_private = datasets.is_private || false;
-            this.is_author = datasets.is_author ||  false,
             this.author_id = datasets.author_id || false;
             this.thread_level = (datasets.thread_level+1) || 0;
             datasets.partner_ids = datasets.partner_ids || [];