<!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" />
<title>[20914] trunk/wp-includes: Compress scripts/styles: 3.4-beta4-20914.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/20914">20914</a></dd>
<dt>Author</dt> <dd>bumpbot</dd>
<dt>Date</dt> <dd>2012-05-25 20:58:23 +0000 (Fri, 25 May 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Compress scripts/styles: 3.4-beta4-20914.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpincludesjscustomizecontrolsjs">trunk/wp-includes/js/customize-controls.js</a></li>
<li><a href="#trunkwpincludesversionphp">trunk/wp-includes/version.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpincludesjscustomizecontrolsjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/customize-controls.js (20913 => 20914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/customize-controls.js        2012-05-25 20:26:25 UTC (rev 20913)
+++ trunk/wp-includes/js/customize-controls.js        2012-05-25 20:58:23 UTC (rev 20914)
</span><span class="lines">@@ -1 +1 @@
</span><del>-(function(a,c){var b=wp.customize;b.Setting=b.Value.extend({initialize:function(g,f,d){var e;b.Value.prototype.initialize.call(this,f,d);this.id=g;this.transport=this.transport||&quot;refresh&quot;;this.bind(this.preview)},preview:function(){switch(this.transport){case&quot;refresh&quot;:return this.previewer.refresh();case&quot;postMessage&quot;:return this.previewer.send(&quot;setting&quot;,[this.id,this()])}}});b.Control=b.Class.extend({initialize:function(i,e){var g=this,d,h,f;this.params={};c.extend(this,e||{});this.id=i;this.selector=&quot;#customize-control-&quot;+i.replace(&quot;]&quot;,&quot;&quot;).replace(&quot;[&quot;,&quot;-&quot;);this.container=c(this.selector);f=c.map(this.params.settings,function(j){return j});b.apply(b,f.concat(function(){var j;g.settings={};for(j in g.params.settings){g.settings[j]=b(g.params.settings[j])}g.setting=g.settings[&quot;default&quot;]||null;g.ready()}));g.elements=[];d=this.container.find(&quot;[data-customize-setti
 ng-link]&quot;);h={};d.each(function(){var k=c(this),j;if(k.is(&quot;:radio&quot;)){j=k.prop(&quot;name&quot;);if(h[j]){return}h[j]=true;k=d.filter('[name=&quot;'+j+'&quot;]')}b(k.data(&quot;customizeSettingLink&quot;),function(m){var l=new b.Element(k);g.elements.push(l);l.sync(m);l.set(m())})})},ready:function(){},dropdownInit:function(){var e=this,d=this.container.find(&quot;.dropdown-status&quot;),f=this.params,g=function(h){if(typeof h===&quot;string&quot;&amp;&amp;f.statuses&amp;&amp;f.statuses[h]){d.html(f.statuses[h]).show()}else{d.hide()}};this.container.on(&quot;click&quot;,&quot;.dropdown&quot;,function(h){h.preventDefault();e.container.toggleClass(&quot;open&quot;)});this.setting.bind(g);g(this.setting())}});b.ColorControl=b.Control.extend({ready:function(){var e=this,d,f,g;d=this.container.find(&quot;.dropdown-content&quot;);g=function(h){h=h?&quot;#&quot;+h:&quot;&quot;;d.css(&quot;background&quot;,h);e.farbtastic.setColor(h)};this.farbtastic=c.farbtastic(this.
 container.find(&quot;.farbtastic-placeholder&quot;),function(h){e.setting.set(h.replace(&quot;#&quot;,&quot;&quot;))});this.setting.bind(g);g(this.setting());this.dropdownInit()}});b.UploadControl=b.Control.extend({ready:function(){var d=this;this.params.removed=this.params.removed||&quot;&quot;;this.success=c.proxy(this.success,this);this.uploader=c.extend({container:this.container,browser:this.container.find(&quot;.upload&quot;),dropzone:this.container.find(&quot;.upload-dropzone&quot;),success:this.success},this.uploader||{});this.uploader=new wp.Uploader(this.uploader);this.remover=this.container.find(&quot;.remove&quot;);this.remover.click(function(e){d.setting.set(d.params.removed);e.preventDefault()});this.removerVisibility=c.proxy(this.removerVisibility,this);this.setting.bind(this.removerVisibility);this.removerVisibility(this.setting.get());if(this.params.context){d.uploader.param(&quot;post_data[context]&quot;,this.params.context)}},success:function(d){this.settin
 g.set(d.url)},removerVisibility:function(d){this.remover.toggle(d!=this.params.removed)}});b.ImageControl=b.UploadControl.extend({ready:function(){var e=this,d;this.uploader={};if(!wp.Uploader.dragdrop){this.uploader.browser=this.container.find(&quot;.upload-fallback&quot;)}b.UploadControl.prototype.ready.call(this);this.thumbnail=this.container.find(&quot;.preview-thumbnail img&quot;);this.thumbnailSrc=c.proxy(this.thumbnailSrc,this);this.setting.bind(this.thumbnailSrc);this.library=this.container.find(&quot;.library&quot;);this.tabs={};d=this.library.find(&quot;.library-content&quot;);this.library.children(&quot;ul&quot;).children(&quot;li&quot;).each(function(){var g=c(this),h=g.data(&quot;customizeTab&quot;),f=d.filter('[data-customize-tab=&quot;'+h+'&quot;]');e.tabs[h]={both:g.add(f),link:g,panel:f}});this.selected=this.tabs[d.first().data(&quot;customizeTab&quot;)];this.selected.both.addClass(&quot;library-selected&quot;);this.library.children(&quot;ul&quot;).on(&quot;
 click&quot;,&quot;li&quot;,function(g){var h=c(this).data(&quot;customizeTab&quot;),f=e.tabs[h];g.preventDefault();if(f.link.hasClass(&quot;library-selected&quot;)){return}e.selected.both.removeClass(&quot;library-selected&quot;);e.selected=f;e.selected.both.addClass(&quot;library-selected&quot;)});this.library.on(&quot;click&quot;,&quot;a&quot;,function(f){var g=c(this).data(&quot;customizeImageValue&quot;);if(g){e.setting.set(g);f.preventDefault()}});if(this.tabs.uploaded){this.tabs.uploaded.target=this.library.find(&quot;.uploaded-target&quot;);if(!this.tabs.uploaded.panel.find(&quot;.thumbnail&quot;).length){this.tabs.uploaded.both.addClass(&quot;hidden&quot;)}}this.dropdownInit()},success:function(d){b.UploadControl.prototype.success.call(this,d);if(this.tabs.uploaded&amp;&amp;this.tabs.uploaded.target.length){this.tabs.uploaded.both.removeClass(&quot;hidden&quot;);c('&lt;a href=&quot;#&quot; class=&quot;thumbnail&quot;&gt;&lt;/a&gt;').data(&quot;customizeImageValue&quo
 t;,d.url).append('&lt;img src=&quot;'+d.url+'&quot; /&gt;').appendTo(this.tabs.uploaded.target)}},thumbnailSrc:function(d){if(/^(https?:)?\/\//.test(d)){this.thumbnail.prop(&quot;src&quot;,d).show()}else{this.thumbnail.hide()}}});b.defaultConstructor=b.Setting;b.control=new b.Values({defaultConstructor:b.Control});b.Previewer=b.Messenger.extend({refreshBuffer:250,initialize:function(g,e){var d=this,f=/^https?/;c.extend(this,e||{});this.loaded=c.proxy(this.loaded,this);this.refresh=(function(h){var i=h.refresh,k=function(){j=null;i.call(h)},j;return function(){if(typeof j!==&quot;number&quot;){if(h.loading){h.loading.remove();delete h.loading;h.loader()}else{return k()}}clearTimeout(j);j=setTimeout(k,h.refreshBuffer)}})(this);this.container=b.ensure(g.container);this.allowedUrls=g.allowedUrls;b.Messenger.prototype.initialize.call(this,g.url);this.origin.unlink(this.url).set(window.location.href);this.add(&quot;scheme&quot;,this.origin()).link(this.origin).setter(function(i){v
 ar h=i.match(f);return h?h[0]:&quot;&quot;});this.url.setter(function(i){var h;if(/\/wp-admin(\/|$)/.test(i.replace(/[#?].*$/,&quot;&quot;))){return null}c.each([i.replace(f,d.scheme()),i],function(k,j){c.each(d.allowedUrls,function(l,m){if(0===j.indexOf(m)){h=j;return false}});if(h){return false}});return h?h:null});this.url.bind(this.refresh);this.scroll=0;this.bind(&quot;scroll&quot;,function(h){this.scroll=h});this.bind(&quot;url&quot;,this.url)},loader:function(){if(this.loading){return this.loading}this.loading=c(&quot;&lt;iframe /&gt;&quot;).appendTo(this.container);return this.loading},loaded:function(){if(this.iframe){this.iframe.remove()}this.iframe=this.loading;delete this.loading;this.targetWindow(this.iframe[0].contentWindow);this.send(&quot;scroll&quot;,this.scroll)},query:function(){},refresh:function(){var d=this;if(this.request){this.request.abort()}this.request=c.ajax(this.url(),{type:&quot;POST&quot;,data:this.query()||{},success:function(f){var g=d.loader
 ()[0].contentWindow,e=d.request.getResponseHeader(&quot;Location&quot;);if(e&amp;&amp;e!=d.url()){d.url(e);return}d.loader().one(&quot;load&quot;,d.loaded);g.document.open();g.document.write(f);g.document.close()},xhrFields:{withCredentials:true}})}});b.controlConstructor={color:b.ColorControl,upload:b.UploadControl,image:b.ImageControl};c(function(){b.settings=window._wpCustomizeSettings;b.l10n=window._wpCustomizeControlsL10n;if(!b.settings){return}if(!c.support.postMessage||(!c.support.cors&amp;&amp;b.settings.isCrossDomain)){return window.location=b.settings.url.fallback}var d=c(document.body),f,g,e;c(&quot;#customize-controls&quot;).on(&quot;keydown&quot;,function(h){if(13===h.which){h.preventDefault()}});g=new b.Previewer({container:&quot;#customize-preview&quot;,form:&quot;#customize-controls&quot;,url:b.settings.url.preview,allowedUrls:b.settings.url.allowed},{query:function(){return{customize:&quot;on&quot;,theme:b.settings.theme.stylesheet,customized:JSON.stringify(
 b.get())}},nonce:c(&quot;#_wpnonce&quot;).val(),save:function(){var i=c.extend(this.query(),{action:&quot;customize_save&quot;,nonce:this.nonce}),h=c.post(b.settings.url.ajax,i);b.trigger(&quot;save&quot;,h);d.addClass(&quot;saving&quot;);h.always(function(){d.removeClass(&quot;saving&quot;)});h.done(function(){b.trigger(&quot;saved&quot;)})}});c.each(b.settings.settings,function(i,h){b.create(i,i,h.value,{transport:h.transport,previewer:g})});c.each(b.settings.controls,function(k,i){var h=b.controlConstructor[i.type]||b.Control,j;j=b.control.add(k,new h(k,{params:i,previewer:g}))});g.refresh();(function(){var j=new b.Values(),i=j.create(&quot;saved&quot;),h=j.create(&quot;activated&quot;);j.bind(&quot;change&quot;,function(){var l=c(&quot;#save&quot;),k=c(&quot;.back&quot;);if(!h()){l.val(b.l10n.activate).prop(&quot;disabled&quot;,false);k.text(b.l10n.cancel)}else{if(i()){l.val(b.l10n.saved).prop(&quot;disabled&quot;,true);k.text(b.l10n.close)}else{l.val(b.l10n.save).prop(&
 quot;disabled&quot;,false);k.text(b.l10n.cancel)}}});i(true);h(b.settings.theme.active);b.bind(&quot;change&quot;,function(){j(&quot;saved&quot;).set(false)});b.bind(&quot;saved&quot;,function(){j(&quot;saved&quot;).set(true);j(&quot;activated&quot;).set(true)});h.bind(function(k){if(k){b.trigger(&quot;activated&quot;)}});b.state=j}());b.bind(&quot;activated&quot;,function(){if(b.settings.url.activated){window.location=b.settings.url.activated}});c(&quot;.customize-section-title&quot;).click(function(){var h=c(this).parents(&quot;.customize-section&quot;);c(&quot;.customize-section&quot;).not(h).removeClass(&quot;open&quot;);h.toggleClass(&quot;open&quot;);return false});c(&quot;#save&quot;).click(function(h){g.save();h.preventDefault()});c(&quot;.collapse-sidebar&quot;).click(function(h){d.toggleClass(&quot;collapsed&quot;);h.preventDefault()});e=new b.Messenger(b.settings.url.parent);e.bind(&quot;back&quot;,function(){c(&quot;.back&quot;).on(&quot;click.back&quot;,function
 (h){h.preventDefault();e.send(&quot;close&quot;)})});c.each([&quot;saved&quot;,&quot;activated&quot;],function(h,j){b.bind(j,function(){e.send(j)})});e.send(&quot;ready&quot;);c.each({background_image:{controls:[&quot;background_repeat&quot;,&quot;background_position_x&quot;,&quot;background_attachment&quot;],callback:function(h){return !!h}},show_on_front:{controls:[&quot;page_on_front&quot;,&quot;page_for_posts&quot;],callback:function(h){return&quot;page&quot;===h}},header_textcolor:{controls:[&quot;header_textcolor&quot;],callback:function(h){return&quot;blank&quot;!==h}}},function(h,i){b(h,function(j){c.each(i.controls,function(k,l){b.control(l,function(n){var m=function(o){n.container.toggle(i.callback(o))};m(j.get());j.bind(m)})})})});b.control(&quot;display_header_text&quot;,function(i){var h=&quot;&quot;;i.elements[0].unsync(b(&quot;header_textcolor&quot;));i.element=new b.Element(i.container.find(&quot;input&quot;));i.element.set(&quot;blank&quot;!==i.setting());i.
 element.bind(function(j){if(!j){h=b(&quot;header_textcolor&quot;).get()}i.setting.set(j?h:&quot;blank&quot;)});i.setting.bind(function(j){i.element.set(&quot;blank&quot;!==j)})});b.trigger(&quot;ready&quot;)})})(wp,jQuery);
</del><span class="cx">\ No newline at end of file
</span><ins>+(function(a,c){var b=wp.customize;b.Setting=b.Value.extend({initialize:function(g,f,d){var e;b.Value.prototype.initialize.call(this,f,d);this.id=g;this.transport=this.transport||&quot;refresh&quot;;this.bind(this.preview)},preview:function(){switch(this.transport){case&quot;refresh&quot;:return this.previewer.refresh();case&quot;postMessage&quot;:return this.previewer.send(&quot;setting&quot;,[this.id,this()])}}});b.Control=b.Class.extend({initialize:function(i,e){var g=this,d,h,f;this.params={};c.extend(this,e||{});this.id=i;this.selector=&quot;#customize-control-&quot;+i.replace(&quot;]&quot;,&quot;&quot;).replace(&quot;[&quot;,&quot;-&quot;);this.container=c(this.selector);f=c.map(this.params.settings,function(j){return j});b.apply(b,f.concat(function(){var j;g.settings={};for(j in g.params.settings){g.settings[j]=b(g.params.settings[j])}g.setting=g.settings[&quot;default&quot;]||null;g.ready()}));g.elements=[];d=this.container.find(&quot;[data-customize-setti
 ng-link]&quot;);h={};d.each(function(){var k=c(this),j;if(k.is(&quot;:radio&quot;)){j=k.prop(&quot;name&quot;);if(h[j]){return}h[j]=true;k=d.filter('[name=&quot;'+j+'&quot;]')}b(k.data(&quot;customizeSettingLink&quot;),function(m){var l=new b.Element(k);g.elements.push(l);l.sync(m);l.set(m())})})},ready:function(){},dropdownInit:function(){var e=this,d=this.container.find(&quot;.dropdown-status&quot;),f=this.params,g=function(h){if(typeof h===&quot;string&quot;&amp;&amp;f.statuses&amp;&amp;f.statuses[h]){d.html(f.statuses[h]).show()}else{d.hide()}};this.container.on(&quot;click&quot;,&quot;.dropdown&quot;,function(h){h.preventDefault();e.container.toggleClass(&quot;open&quot;)});this.setting.bind(g);g(this.setting())}});b.ColorControl=b.Control.extend({ready:function(){var e=this,d,f,g;d=this.container.find(&quot;.dropdown-content&quot;);g=function(h){h=h?&quot;#&quot;+h:&quot;&quot;;d.css(&quot;background&quot;,h);e.farbtastic.setColor(h)};this.farbtastic=c.farbtastic(this.
 container.find(&quot;.farbtastic-placeholder&quot;),function(h){e.setting.set(h.replace(&quot;#&quot;,&quot;&quot;))});this.setting.bind(g);g(this.setting());this.dropdownInit()}});b.UploadControl=b.Control.extend({ready:function(){var d=this;this.params.removed=this.params.removed||&quot;&quot;;this.success=c.proxy(this.success,this);this.uploader=c.extend({container:this.container,browser:this.container.find(&quot;.upload&quot;),dropzone:this.container.find(&quot;.upload-dropzone&quot;),success:this.success},this.uploader||{});this.uploader=new wp.Uploader(this.uploader);this.remover=this.container.find(&quot;.remove&quot;);this.remover.click(function(e){d.setting.set(d.params.removed);e.preventDefault()});this.removerVisibility=c.proxy(this.removerVisibility,this);this.setting.bind(this.removerVisibility);this.removerVisibility(this.setting.get());if(this.params.context){d.uploader.param(&quot;post_data[context]&quot;,this.params.context)}d.uploader.param(&quot;post_data[
 theme]&quot;,b.settings.theme.stylesheet)},success:function(d){this.setting.set(d.url)},removerVisibility:function(d){this.remover.toggle(d!=this.params.removed)}});b.ImageControl=b.UploadControl.extend({ready:function(){var e=this,d;this.uploader={};if(!wp.Uploader.dragdrop){this.uploader.browser=this.container.find(&quot;.upload-fallback&quot;)}b.UploadControl.prototype.ready.call(this);this.thumbnail=this.container.find(&quot;.preview-thumbnail img&quot;);this.thumbnailSrc=c.proxy(this.thumbnailSrc,this);this.setting.bind(this.thumbnailSrc);this.library=this.container.find(&quot;.library&quot;);this.tabs={};d=this.library.find(&quot;.library-content&quot;);this.library.children(&quot;ul&quot;).children(&quot;li&quot;).each(function(){var g=c(this),h=g.data(&quot;customizeTab&quot;),f=d.filter('[data-customize-tab=&quot;'+h+'&quot;]');e.tabs[h]={both:g.add(f),link:g,panel:f}});this.selected=this.tabs[d.first().data(&quot;customizeTab&quot;)];this.selected.both.addClass(&qu
 ot;library-selected&quot;);this.library.children(&quot;ul&quot;).on(&quot;click&quot;,&quot;li&quot;,function(g){var h=c(this).data(&quot;customizeTab&quot;),f=e.tabs[h];g.preventDefault();if(f.link.hasClass(&quot;library-selected&quot;)){return}e.selected.both.removeClass(&quot;library-selected&quot;);e.selected=f;e.selected.both.addClass(&quot;library-selected&quot;)});this.library.on(&quot;click&quot;,&quot;a&quot;,function(f){var g=c(this).data(&quot;customizeImageValue&quot;);if(g){e.setting.set(g);f.preventDefault()}});if(this.tabs.uploaded){this.tabs.uploaded.target=this.library.find(&quot;.uploaded-target&quot;);if(!this.tabs.uploaded.panel.find(&quot;.thumbnail&quot;).length){this.tabs.uploaded.both.addClass(&quot;hidden&quot;)}}this.dropdownInit()},success:function(d){b.UploadControl.prototype.success.call(this,d);if(this.tabs.uploaded&amp;&amp;this.tabs.uploaded.target.length){this.tabs.uploaded.both.removeClass(&quot;hidden&quot;);c('&lt;a href=&quot;#&quot; clas
 s=&quot;thumbnail&quot;&gt;&lt;/a&gt;').data(&quot;customizeImageValue&quot;,d.url).append('&lt;img src=&quot;'+d.url+'&quot; /&gt;').appendTo(this.tabs.uploaded.target)}},thumbnailSrc:function(d){if(/^(https?:)?\/\//.test(d)){this.thumbnail.prop(&quot;src&quot;,d).show()}else{this.thumbnail.hide()}}});b.defaultConstructor=b.Setting;b.control=new b.Values({defaultConstructor:b.Control});b.Previewer=b.Messenger.extend({refreshBuffer:250,initialize:function(g,e){var d=this,f=/^https?/;c.extend(this,e||{});this.loaded=c.proxy(this.loaded,this);this.refresh=(function(h){var i=h.refresh,k=function(){j=null;i.call(h)},j;return function(){if(typeof j!==&quot;number&quot;){if(h.loading){h.loading.remove();delete h.loading;h.loader()}else{return k()}}clearTimeout(j);j=setTimeout(k,h.refreshBuffer)}})(this);this.container=b.ensure(g.container);this.allowedUrls=g.allowedUrls;b.Messenger.prototype.initialize.call(this,g.url);this.origin.unlink(this.url).set(window.location.href);this.ad
 d(&quot;scheme&quot;,this.origin()).link(this.origin).setter(function(i){var h=i.match(f);return h?h[0]:&quot;&quot;});this.url.setter(function(i){var h;if(/\/wp-admin(\/|$)/.test(i.replace(/[#?].*$/,&quot;&quot;))){return null}c.each([i.replace(f,d.scheme()),i],function(k,j){c.each(d.allowedUrls,function(l,m){if(0===j.indexOf(m)){h=j;return false}});if(h){return false}});return h?h:null});this.url.bind(this.refresh);this.scroll=0;this.bind(&quot;scroll&quot;,function(h){this.scroll=h});this.bind(&quot;url&quot;,this.url)},loader:function(){if(this.loading){return this.loading}this.loading=c(&quot;&lt;iframe /&gt;&quot;).appendTo(this.container);return this.loading},loaded:function(){if(this.iframe){this.iframe.remove()}this.iframe=this.loading;delete this.loading;this.targetWindow(this.iframe[0].contentWindow);this.send(&quot;scroll&quot;,this.scroll)},query:function(){},refresh:function(){var d=this;if(this.request){this.request.abort()}this.request=c.ajax(this.url(),{type
 :&quot;POST&quot;,data:this.query()||{},success:function(f){var g=d.loader()[0].contentWindow,e=d.request.getResponseHeader(&quot;Location&quot;);if(e&amp;&amp;e!=d.url()){d.url(e);return}d.loader().one(&quot;load&quot;,d.loaded);g.document.open();g.document.write(f);g.document.close()},xhrFields:{withCredentials:true}})}});b.controlConstructor={color:b.ColorControl,upload:b.UploadControl,image:b.ImageControl};c(function(){b.settings=window._wpCustomizeSettings;b.l10n=window._wpCustomizeControlsL10n;if(!b.settings){return}if(!c.support.postMessage||(!c.support.cors&amp;&amp;b.settings.isCrossDomain)){return window.location=b.settings.url.fallback}var d=c(document.body),f,g,e;c(&quot;#customize-controls&quot;).on(&quot;keydown&quot;,function(h){if(13===h.which){h.preventDefault()}});g=new b.Previewer({container:&quot;#customize-preview&quot;,form:&quot;#customize-controls&quot;,url:b.settings.url.preview,allowedUrls:b.settings.url.allowed},{query:function(){return{customize:&
 quot;on&quot;,theme:b.settings.theme.stylesheet,customized:JSON.stringify(b.get())}},nonce:c(&quot;#_wpnonce&quot;).val(),save:function(){var i=c.extend(this.query(),{action:&quot;customize_save&quot;,nonce:this.nonce}),h=c.post(b.settings.url.ajax,i);b.trigger(&quot;save&quot;,h);d.addClass(&quot;saving&quot;);h.always(function(){d.removeClass(&quot;saving&quot;)});h.done(function(){b.trigger(&quot;saved&quot;)})}});c.each(b.settings.settings,function(i,h){b.create(i,i,h.value,{transport:h.transport,previewer:g})});c.each(b.settings.controls,function(k,i){var h=b.controlConstructor[i.type]||b.Control,j;j=b.control.add(k,new h(k,{params:i,previewer:g}))});g.refresh();(function(){var j=new b.Values(),i=j.create(&quot;saved&quot;),h=j.create(&quot;activated&quot;);j.bind(&quot;change&quot;,function(){var l=c(&quot;#save&quot;),k=c(&quot;.back&quot;);if(!h()){l.val(b.l10n.activate).prop(&quot;disabled&quot;,false);k.text(b.l10n.cancel)}else{if(i()){l.val(b.l10n.saved).prop(&quo
 t;disabled&quot;,true);k.text(b.l10n.close)}else{l.val(b.l10n.save).prop(&quot;disabled&quot;,false);k.text(b.l10n.cancel)}}});i(true);h(b.settings.theme.active);b.bind(&quot;change&quot;,function(){j(&quot;saved&quot;).set(false)});b.bind(&quot;saved&quot;,function(){j(&quot;saved&quot;).set(true);j(&quot;activated&quot;).set(true)});h.bind(function(k){if(k){b.trigger(&quot;activated&quot;)}});b.state=j}());b.bind(&quot;activated&quot;,function(){if(b.settings.url.activated){window.location=b.settings.url.activated}});c(&quot;.customize-section-title&quot;).click(function(){var h=c(this).parents(&quot;.customize-section&quot;);c(&quot;.customize-section&quot;).not(h).removeClass(&quot;open&quot;);h.toggleClass(&quot;open&quot;);return false});c(&quot;#save&quot;).click(function(h){g.save();h.preventDefault()});c(&quot;.collapse-sidebar&quot;).click(function(h){d.toggleClass(&quot;collapsed&quot;);h.preventDefault()});e=new b.Messenger(b.settings.url.parent);e.bind(&quot;bac
 k&quot;,function(){c(&quot;.back&quot;).on(&quot;click.back&quot;,function(h){h.preventDefault();e.send(&quot;close&quot;)})});c.each([&quot;saved&quot;,&quot;activated&quot;],function(h,j){b.bind(j,function(){e.send(j)})});e.send(&quot;ready&quot;);c.each({background_image:{controls:[&quot;background_repeat&quot;,&quot;background_position_x&quot;,&quot;background_attachment&quot;],callback:function(h){return !!h}},show_on_front:{controls:[&quot;page_on_front&quot;,&quot;page_for_posts&quot;],callback:function(h){return&quot;page&quot;===h}},header_textcolor:{controls:[&quot;header_textcolor&quot;],callback:function(h){return&quot;blank&quot;!==h}}},function(h,i){b(h,function(j){c.each(i.controls,function(k,l){b.control(l,function(n){var m=function(o){n.container.toggle(i.callback(o))};m(j.get());j.bind(m)})})})});b.control(&quot;display_header_text&quot;,function(i){var h=&quot;&quot;;i.elements[0].unsync(b(&quot;header_textcolor&quot;));i.element=new b.Element(i.container.
 find(&quot;input&quot;));i.element.set(&quot;blank&quot;!==i.setting());i.element.bind(function(j){if(!j){h=b(&quot;header_textcolor&quot;).get()}i.setting.set(j?h:&quot;blank&quot;)});i.setting.bind(function(j){i.element.set(&quot;blank&quot;!==j)})});b.trigger(&quot;ready&quot;)})})(wp,jQuery);
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesversionphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/version.php (20913 => 20914)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/version.php        2012-05-25 20:26:25 UTC (rev 20913)
+++ trunk/wp-includes/version.php        2012-05-25 20:58:23 UTC (rev 20914)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @global string $wp_version
</span><span class="cx">  */
</span><del>-$wp_version = '3.4-beta4-20911';
</del><ins>+$wp_version = '3.4-beta4-20914';
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
</span></span></pre>
</div>
</div>

</body>
</html>