Open
Description
I am working on a tiny meta-framework that I use throughout my application. One of it's features i want to improve is AJAX.
Aja seems a great choice, however:
https://github.com/krampstudio/aja.js/blob/master/src/aja.js#L254-L263
I can't extend this. My framework uses the qwery
selector engine, so I would like to change this method in order to use my own engine instead.
So, how could I best extend Aja?
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29824283-extending-embedding-aja?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).