equal
deleted
inserted
replaced
|
1 YUI OOP Utilities |
|
2 Provides inheritance and object modification utilities |
|
3 |
|
4 3.0.0 |
|
5 * No functional change. |
|
6 |
|
7 3.0.0beta1 |
|
8 |
|
9 * bind() now adds the arguments supplied to bind before the |
|
10 arguments supplied when the function is executed. Added |
|
11 rbind to provide the old functionality (arguments supplied |
|
12 to bind are appended to the arguments collection supplied |
|
13 to the function when executed). |
|
14 |
|
15 * bind() supports a string representing a function on the |
|
16 context object in order to allow overriding methods on |
|
17 superclasses that are bound to a function displaced by |
|
18 aop. |
|
19 |
|
20 * Fixed array handling in clone |
|
21 |
|
22 3.0.0pr2 |
|
23 * No change |
|
24 |
|
25 3.0.0pr1 |
|
26 * Initial release |