Note that because this file is run before fix_ecma.js, it can't use undefined or various builtin functions such as Array.push that are not available on IE 5.0.
Licensed under the Academic Free License 1.2 http://www.opensource.org/licenses/academic.php
Functions | |
void | bu_inherits (Function subclass, Function superclass) |
Perform the prototype idiom of connecting a sublcass Function and a superclass Function. |
|
Perform the prototype idiom of connecting a sublcass Function and a superclass Function. This is defined in this file so that everything else in the library can use it at load time. It is equivalent to burst.MOP.inherits . |