Fix JSHint errors in custom-header.js and custom-background.js.

props jorbin.
fixes #25915, #25916.


git-svn-id: https://develop.svn.wordpress.org/trunk@26158 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-11-14 05:39:28 +00:00
parent 1e02e255eb
commit efe54a3ac6
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,8 @@
/* global ajaxurl */
(function($) {
$(document).ready(function() {
var bgImage = $("#custom-background-image"),
frame;
var frame,
bgImage = $( '#custom-background-image' );
$('#background-color').wpColorPicker({
change: function( event, ui ) {
@ -71,4 +72,4 @@
frame.open();
});
});
})(jQuery);
})(jQuery);

View File

@ -1,3 +1,4 @@
/* global isRtl */
(function($) {
var frame;