Searched refs:attachManagedEvent (Results 1 – 1 of 1) sorted by relevance
/template/scanlines/htc/PIE-1.0beta5/ |
H A D | PIE_uncompressed.js | 413 PIE.OnUnload.attachManagedEvent = function( target, name, handler ) { class in PIE.OnUnload 424 PIE.OnUnload.attachManagedEvent( window, 'onresize', function() { PIE.OnResize.fire(); } ); 436 PIE.OnUnload.attachManagedEvent( window, 'onscroll', scrolled ); 461 PIE.OnUnload.attachManagedEvent( window, 'onbeforeprint', beforePrint ); 462 PIE.OnUnload.attachManagedEvent( window, 'onafterprint', afterPrint ); 469 PIE.OnUnload.attachManagedEvent( doc, 'onmouseup', function() { PIE.OnMouseup.fire(); } );
|