This commit is contained in:
rolux 2012-06-26 19:41:58 +02:00
parent 0ececcff87
commit 76512875eb

View file

@ -1,11 +1,11 @@
/* /*
<br> <br>
**Parasitical Inheritance** **Parasitic Inheritance**
*/ */
/* /*
The following examples illustrate the common design pattern for `OxJS` UI The following examples illustrate the common design pattern for `OxJS` UI
widgets: an inheritance model that is neither classical nor prototypal, but widgets: an inheritance model that is neither classical nor prototypal, but
"parasitical" (a term coined by <a "parasitic" (a term coined by <a
href="http://www.crockford.com/javascript/inheritance.html">Douglas href="http://www.crockford.com/javascript/inheritance.html">Douglas
Crockford</a>). Crockford</a>).