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.
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 withmaria
. For example just replace every occurance ofhijos
withmaria
, 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.