~unifield-team/unifield-web/main

« back to all changes in this revision

Viewing changes to addons/openerp/static/javascript/m2o.js

  • Committer: jf
  • Date: 2011-06-23 11:05:50 UTC
  • mfrom: (4533.1.15 unifield-web)
  • Revision ID: jf@tempo4-20110623110550-3zcrhvf2povbbobw
Tags: sprint1-rc7
[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
            keyup: jQuery.proxy(this, 'on_keyup'),
73
73
            focus: jQuery.proxy(this, 'gotFocus'),
74
74
            blur: jQuery.proxy(this, 'lostFocus')
75
 
        });
 
75
        }).removeAttr('callback');
76
76
 
77
77
        this.lastTextResult = this.text.value;
78
78