[FIX] Indentation.cleanup space,tabs.

bzr revid: vda@tinyerp.com-20110912125738-ngubj1wpfp6t7s4u
This commit is contained in:
Vaibhav (OpenERP) 2011-09-12 18:27:38 +05:30
parent bbea51f5e7
commit 0f9c39acdb
2 changed files with 6 additions and 6 deletions

View File

@ -150,7 +150,7 @@ openerp.web.ViewManager = openerp.web.Widget.extend({
this.registry = openerp.web.views;
},
render: function() {
return QWeb.render(this.template, {"prefix": this.element_id, views: this.views_src})
return QWeb.render(this.template, {"prefix": this.element_id, views: this.views_src})
},
/**
* @returns {jQuery.Deferred} initial view loading promise
@ -291,7 +291,7 @@ openerp.web.ViewManager = openerp.web.Widget.extend({
openerp.web.ViewManagerAction = openerp.web.ViewManager.extend({
template: "ViewManagerAction",
init: function(parent, action) {
init: function(parent, action) {
this.session = parent.session;
this.action = action;
var dataset;

View File

@ -442,10 +442,10 @@
</t>
<t t-extend="ViewManager" t-name="ViewManagerAction">
<t t-jquery=".view-manager-main-content" t-operation="prepend">
<a class="oe-shortcut-toggle" title="Add / Remove Shortcut..."
href="javascript: void(0)"> </a>
</t>
<t t-jquery=".view-manager-main-content" t-operation="prepend">
<a class="oe-shortcut-toggle" title="Add / Remove Shortcut..."
href="javascript: void(0)"> </a>
</t>
</t>
<t t-name="Sidebar">