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