aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ajax.js')
-rw-r--r--src/ajax.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ajax.js b/src/ajax.js
index 436933159..fd6679936 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -13,6 +13,8 @@ define( [
"./serialize" // jQuery.param
], function( jQuery, document, rnotwhite, location, nonce, rquery ) {
+"use strict";
+
var
r20 = /%20/g,
rhash = /#.*$/,