[FIX] *: remove trailing whitespaces

Part-of: odoo/documentation#2984
This commit is contained in:
Victor Feyens
2022-11-18 10:10:48 +00:00
parent c60bc5f919
commit c2f8d4bd44
105 changed files with 902 additions and 904 deletions

View File

@@ -37,11 +37,11 @@ Plain javascript files can contain arbitrary content. It is advised to use the
})();
The advantages of such files is that we avoid leaking local variables to the
global scope.
global scope.
Clearly, plain javascript files do not offer the benefits of a module system, so
one needs to be careful about the order in the bundle (since the browser will
execute them precisely in that order).
execute them precisely in that order).
.. note::
In Odoo, all external libraries are loaded as plain javascript files.