Changeset 6617
- Timestamp:
- 04/29/07 00:11:23 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/branches/event/test/functional/event.html
r6616 r6617 80 80 var line, all = []; 81 81 for (prop in obj) { 82 if ( /^[A-Z]|[XY]$/.test(prop) || typeof obj[prop] == 'function') continue;82 if (typeof obj[prop] == 'function' || /^[A-Z]|[XY]$/.test(prop)) continue; 83 83 line = prop + ": " + Object.inspect(obj[prop]); 84 84 all.push(line.escapeHTML()); … … 143 143 el = $(this.parentNode) 144 144 e.preventDefault() 145 log(e)145 // log(e) // this makes it fail?!? 146 146 147 147 setTimeout(function() {