[FIX] edi: the final semicolon in an openerp-web module is not optional, and breaks the loading of the module in production mode

bzr revid: xmo@openerp.com-20120113145647-jmu0d474tpqgt8ai
This commit is contained in:
Xavier Morel 2012-01-13 15:56:47 +01:00
parent a61762c71f
commit 69da5203a9
1 changed files with 1 additions and 1 deletions

View File

@ -176,5 +176,5 @@ openerp.edi.edi_import = function (url) {
});
}
}
};
// vim:et fdc=0 fdl=0 foldnestmax=3 fdm=syntax: