[FIX] Assigning variables to themselves is a NOOP in Javascript, and just noise

bzr revid: xmo@openerp.com-20110617093259-eltod1l1ytsyq82h
This commit is contained in:
Xavier Morel 2011-06-17 11:32:59 +02:00
parent 485adfdef9
commit 23d76c574f
1 changed files with 0 additions and 2 deletions

View File

@ -338,8 +338,6 @@ openerp.base_graph.GraphView = openerp.base.Controller.extend({
id = id[self.chart_info_fields];
if (typeof id == 'object'){
id = id[0];
}else{
id = id;
}
if(this.view_manager.action.context){
this.view_manager.action.context = {};