From fee925282bb4d630717f895609a9eb2a5c20130f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 29 Jan 2013 20:52:32 +0000 Subject: [PATCH] Remove BOM from jquery.query.js, fixes #23315 git-svn-id: http://core.svn.wordpress.org/trunk@23356 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/jquery/jquery.query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/jquery/jquery.query.js b/wp-includes/js/jquery/jquery.query.js index 214ca3696b..ea5801ff2b 100644 --- a/wp-includes/js/jquery/jquery.query.js +++ b/wp-includes/js/jquery/jquery.query.js @@ -1,4 +1,4 @@ -/** +/** * jQuery.query - Query String Modification and Creation for jQuery * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/).