<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[15840] trunk/wp-includes/js/jquery/jquery.js: Restore jQ noConflict.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/15840">15840</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-10-19 07:26:52 +0000 (Tue, 19 Oct 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Restore jQ noConflict. props filosofo, fixes <a href="http://trac.wordpress.org/ticket/15147">#15147</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpincludesjsjqueryjqueryjs">trunk/wp-includes/js/jquery/jquery.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpincludesjsjqueryjqueryjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/jquery/jquery.js (15839 => 15840)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/jquery/jquery.js        2010-10-18 21:54:39 UTC (rev 15839)
+++ trunk/wp-includes/js/jquery/jquery.js        2010-10-19 07:26:52 UTC (rev 15840)
</span><span class="lines">@@ -163,4 +163,4 @@
</span><span class="cx"> e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Fa.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,&quot;marginTop&quot;))||0;d.left-=parseFloat(c.css(a,&quot;marginLeft&quot;))||0;e.top+=parseFloat(c.css(b[0],&quot;borderTopWidth&quot;))||0;e.left+=parseFloat(c.css(b[0],&quot;borderLeftWidth&quot;))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||u.body;a&amp;&amp;!Fa.test(a.nodeName)&amp;&amp;
</span><span class="cx"> c.css(a,&quot;position&quot;)===&quot;static&quot;;)a=a.offsetParent;return a})}});c.each([&quot;Left&quot;,&quot;Top&quot;],function(a,b){var d=&quot;scroll&quot;+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==A)return this.each(function(){if(h=ea(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=ea(f))?&quot;pageXOffset&quot;in h?h[a?&quot;pageYOffset&quot;:&quot;pageXOffset&quot;]:c.support.boxModel&amp;&amp;h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each([&quot;Height&quot;,&quot;Width&quot;],function(a,b){var d=b.toLowerCase();
</span><span class="cx"> c.fn[&quot;inner&quot;+b]=function(){return this[0]?parseFloat(c.css(this[0],d,&quot;padding&quot;)):null};c.fn[&quot;outer&quot;+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?&quot;margin&quot;:&quot;border&quot;)):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(h){var k=c(this);k[d](e.call(this,h,k[d]()))});return c.isWindow(f)?f.document.compatMode===&quot;CSS1Compat&quot;&amp;&amp;f.document.documentElement[&quot;client&quot;+b]||f.document.body[&quot;client&quot;+b]:f.nodeType===9?Math.max(f.documentElement[&quot;client&quot;+
</span><del>-b],f.body[&quot;scroll&quot;+b],f.documentElement[&quot;scroll&quot;+b],f.body[&quot;offset&quot;+b],f.documentElement[&quot;offset&quot;+b]):e===A?parseFloat(c.css(f,d)):this.css(d,typeof e===&quot;string&quot;?e:e+&quot;px&quot;)}})})(window);
</del><ins>+b],f.body[&quot;scroll&quot;+b],f.documentElement[&quot;scroll&quot;+b],f.body[&quot;offset&quot;+b],f.documentElement[&quot;offset&quot;+b]):e===A?parseFloat(c.css(f,d)):this.css(d,typeof e===&quot;string&quot;?e:e+&quot;px&quot;)}})})(window);jQuery.noConflict();
</ins></span></pre>
</div>
</div>

</body>
</html>