Peter Michaux
Peter Michaux
This is a good find. Using `window` may not be the best option for getting the global object because someone might be using Maria in a non-browser environment.
The point of the IFFE is so that only one global is defined. I'd like to stay with that purity as this is important to many people. I think the...
@Archytaus, any more thoughts on this?
These functions are exposed and the maria code uses the `maria.find` and `maria.findAll` functions now instead of `grail.find` and `grail.findAll`. Should add some automated tests.