From 6f00524aad07d51f89dfd34d423e86867ff7c00a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:08:46 -0600 Subject: Rename obsolete tq methods to standard names --- doc/html/_static/jquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/_static/jquery.js') diff --git a/doc/html/_static/jquery.js b/doc/html/_static/jquery.js index 447a76c..9263574 100644 --- a/doc/html/_static/jquery.js +++ b/doc/html/_static/jquery.js @@ -1039,7 +1039,7 @@ jQuery.extend({ // IE uses filters for opacity if ( !jQuery.support.opacity && name == "opacity" ) { if ( set ) { - // IE has trouble with opacity if it does not have tqlayout + // IE has trouble with opacity if it does not have layout // Force it by setting the zoom level elem.zoom = 1; -- cgit v1.2.3