[imp] removed useless reference to this in session

bzr revid: nicolas.vanhoren@openerp.com-20110902142732-v5ipb0nkhy56lsbg
This commit is contained in:
niv-openerp 2011-09-02 16:27:32 +02:00
parent ab7adc42c5
commit f46984aa76
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ openerp.web.Session = openerp.web.CallbackEnabled.extend( /** @lends openerp.web
this.context = {};
this.shortcuts = [];
this.active_id = null;
this.session = this;
},
start: function() {
this.session_restore();