[FIX] %s/\$element/\$el/g

bzr revid: chs@openerp.com-20120905140404-cv1oi88uncy2vpr1
This commit is contained in:
Christophe Simonis 2012-09-05 16:04:04 +02:00
parent 9c103b9a09
commit b28f42d2b5
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ openerp.base = function(instance) {
client.on('connection_failed', this, this.action_fallback);
this.client = client;
client.replace(this.$element).
client.replace(this.$el).
done(function() {
client.$element.removeClass('openerp');
client.$el.removeClass('openerp');
}).
fail(function() {
console.log('fail', this);