forked from 0x2620/oxjs
cleanup
This commit is contained in:
parent
cc67b1110b
commit
8e144aed87
2 changed files with 13 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
/*
|
||||
The following examples explain the common design pattern for Ox.js UI widgets:
|
||||
an inheritance model that is neither classical nor prototypal, but "parasitical"
|
||||
(a term coined by <a
|
||||
The following examples explain the common design pattern for OxJS UI widgets: an
|
||||
inheritance model that is neither classical nor prototypal, but "parasitical" (a
|
||||
term coined by <a
|
||||
href="http://www.crockford.com/javascript/inheritance.html">Douglas
|
||||
Crockford</a>). In a nutshell, "instances" are created by augmenting other
|
||||
instances, but in addition to private members (`var foo`) and public members
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue