From ba360e5504408186272a297a44dc939f46703adf Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sat, 29 Jun 2013 22:04:17 -0400 Subject: [PATCH] runOnloadHook is now only called from wikibits. Remove old comment Change-Id: I01ad82b5ab6a0e006001b5b5073f57758cb20502 --- skins/common/wikibits.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 8c01ba3a9c..488c37dad2 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -492,8 +492,6 @@ window.removeHandler = function( element, remove, handler ) { element.detachEvent( 'on' + remove, handler ); } }; -// note: all skins should call runOnloadHook() at the end of html output, -// so the below should be redundant. It's there just in case. window.hookEvent( 'load', window.runOnloadHook ); if ( isIE6 ) { -- 2.20.1