[merge]merge with main lp:openerp-web branch.
authorVidhin Mehta (OpenERP) <vme@tinyerp.com>
Thu, 3 Nov 2011 11:12:55 +0000 (16:42 +0530)
committerVidhin Mehta (OpenERP) <vme@tinyerp.com>
Thu, 3 Nov 2011 11:12:55 +0000 (16:42 +0530)
bzr revid: vme@tinyerp.com-20111103111255-gcj2jfpk5d3640hg

1  2 
addons/web/static/src/js/view_editor.js

@@@ -7,12 -7,12 +7,12 @@@ openerp.web.ViewEditor =   openerp.web.
          this.parent = parent
          this.dataset = dataset;
          this.model = dataset.model;
 -        this.xml_id = 0;
 +        this.xml_element_id = 0;
      },
      start: function() {
-         this.View_editor();
+         this.init_view_editor();
      },
-     View_editor : function() {
+     init_view_editor: function() {
          var self = this;
          var action = {
              name:'ViewEditor',