[IMP]remove error.
authorVidhin Mehta (OpenERP) <vme@tinyerp.com>
Tue, 27 Dec 2011 11:57:34 +0000 (17:27 +0530)
committerVidhin Mehta (OpenERP) <vme@tinyerp.com>
Tue, 27 Dec 2011 11:57:34 +0000 (17:27 +0530)
bzr revid: vme@tinyerp.com-20111227115734-i7fkcsn7yhohbh90

addons/web/static/src/js/view_form.js

index 62268b7..818c506 100644 (file)
@@ -252,7 +252,7 @@ openerp.web.FormView = openerp.web.View.extend( /** @lends openerp.web.FormView#
             'None': function () {return null;},
             'context': function (i) {
                 context_index = i;
-                ar ctx = widget.build_context ?
+                var ctx = widget.build_context ?
                     _.extend(widget.build_context(),self.dataset.context):{};
                 return ctx;
             }