maria
maria copied to clipboard
don't borrow dependencies
The dependency libraries are hidden inside the IIFE that surrounds the entire build maria.js and maria-amd.js files. Since these dependency libraries are hidden, there is no need for them to be in their own namespaces. Instead of borrowing those libraries into the maria
namespace object, the namespaces of those other libraries can be replaced with maria
. For example just replace every occurance of hijos
with maria
, etc. This will make the documentation of Maria read much better and make maria.js read much better also.
This may require a build step before running Maria tests or opening the example applications.