Dos and Don'ts (The M Project 1.x) - mwaylabs/The-M-Project GitHub Wiki
Do not use jQuery's extend method
A performance test showed, that there are much more efficient ways of implementing the same feature. The M-Project uses the Object.prototype
variant for its internal extend()
method.