From: Krinkle Date: Tue, 10 Jan 2012 21:03:09 +0000 (+0000) Subject: [Core JS] Remove superfluous comments (follows-up r107329) X-Git-Tag: 1.31.0-rc.0~25364 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=97f70af62de28d56d09ce0ecc4b419d95887395e;p=lhc%2Fweb%2Fwiklou.git [Core JS] Remove superfluous comments (follows-up r107329) --- diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index a619f7193a..8f47499c48 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -49,9 +49,6 @@ if ( /msie ([0-9]{1,}[\.0-9]{0,})/.exec( clientPC ) != null ie6_bugs = true; } -// Global external objects used by this script. -/*extern ta */ - // add any onload functions in this hook (please don't hard-code any events in the xhtml source) window.doneOnloadHook = undefined;