petermichaux / maria

The MVC framework for JavaScript applications. The real MVC. The Smalltalk MVC. The Gang of Four MVC.
BSD 2-Clause "Simplified" License
764 stars 51 forks source link

expose grail functions #57

Open petermichaux opened 11 years ago

petermichaux commented 11 years ago

Expose the grail.find and grail.findAll functions that are part of Maria. No reason to hide them.

petermichaux commented 11 years ago

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.