[IMP] pad: remove attributes for super

bzr revid: chm@openerp.com-20121213145855-0aq9wqtovyrxzxkw
This commit is contained in:
Christophe Matthieu 2012-12-13 15:58:55 +01:00
parent 23b6b96fbc
commit d010441fe3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ openerp.pad = function(instance) {
configured: false,
content: "",
start: function() {
this._super.apply(this, arguments);
this._super();
var self = this;
this.on('change:effective_readonly',this,function(){
self.renderElement();