Typo from I65447da8.

Change-Id: I27cce9784149cf1e98c4ed144ead4718978a74ae
This commit is contained in:
Timo Tijhof 2012-12-13 02:11:25 +01:00
parent 8b50543b6d
commit de4e12367f

View file

@ -98,7 +98,7 @@ ve.init.mw.Target.onLoad = function ( response ) {
tmp = document.createElement( 'div' );
// The following is essentially display none, but we can't use that
// since then then all descendants will be considered invisible too.
// since then all descendants will be considered invisible too.
tmp.style.cssText = 'position: static; top: 0; width: 0; height: 0; border: 0; visibility: hidden';
document.body.appendChild( tmp );