From: Jordi M. <do...@us...> - 2001-11-05 16:45:52
|
Update of /cvsroot/dynapi/dynapi/src In directory usw-pr-cvs1:/tmp/cvs-serv27314/src Modified Files: dynapi.js Log Message: Secondary inheritance bugfixing Index: dynapi.js =================================================================== RCS file: /cvsroot/dynapi/dynapi/src/dynapi.js,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** dynapi.js 2001/11/05 00:13:40 1.42 --- dynapi.js 2001/11/05 16:45:49 1.43 *************** *** 12,17 **** this.children = []; //added to counter inheritance bug (#425789) ! this.eventListeners = []; ! this.hasEventListeners = false; }; DynObject.prototype.getClass = function() { return this.constructor }; --- 12,17 ---- this.children = []; //added to counter inheritance bug (#425789) ! this.eventListeners = []; ! this.hasEventListeners = false; }; DynObject.prototype.getClass = function() { return this.constructor }; |