Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Dos and Don'ts (The M Project 1.x)

hano edited this page Dec 3, 2013 · 1 revision

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.