Open adamjgrant opened 3 years ago
Currently you'll get a max call stack error if you try
m$.A.api({ hello: (_$, options) {} }); m$.B.api({ hello: (_$, options) {} });
These are namespaces, so it should be possible to do this.
Currently you'll get a max call stack error if you try
These are namespaces, so it should be possible to do this.