[FIX] fp misindentation

bzr revid: al@openerp.com-20120713150156-b07dd3qeff5xi3em
This commit is contained in:
Antony Lesuisse 2012-07-13 17:01:56 +02:00
parent 71a5c53072
commit 51b5b75058
1 changed files with 9 additions and 9 deletions

View File

@ -86,7 +86,7 @@ instance.web.Dialog = instance.web.Widget.extend({
if (this.dialog_options.autoOpen) {
this.open();
} else {
test = instance.web.dialog(this.$element, this.get_options());
instance.web.dialog(this.$element, this.get_options());
}
},
get_options: function(options) {