aboutsummaryrefslogtreecommitdiffstats
path: root/speed/jquery-basis.js
diff options
context:
space:
mode:
authorTrey Hunner <treyhunner@gmail.com>2012-05-18 13:28:50 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-05-18 13:28:50 -0400
commitf1dcaad09736c194f9148e5bf5fb08498a483a7a (patch)
treec4de3c9b5b52643e6cf894a2154101b23dafa53c /speed/jquery-basis.js
parentc4df0c91bed4358ddca4b493afc06c69e5b501f0 (diff)
downloadjquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.tar.gz
jquery-f1dcaad09736c194f9148e5bf5fb08498a483a7a.zip
Fix indentation in /speed and /test dirs, closes gh-780.
Diffstat (limited to 'speed/jquery-basis.js')
-rw-r--r--speed/jquery-basis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/speed/jquery-basis.js b/speed/jquery-basis.js
index 6fe017c1c..fc1842087 100644
--- a/speed/jquery-basis.js
+++ b/speed/jquery-basis.js
@@ -708,7 +708,7 @@ jQuery.extend({
/(opera)(?:.*version)?[ \/]([\w.]+)/.exec( ua ) ||
/(msie) ([\w.]+)/.exec( ua ) ||
!/compatible/.test( ua ) && /(mozilla)(?:.*? rv:([\w.]+))?/.exec( ua ) ||
- [];
+ [];
return { browser: match[1] || "", version: match[2] || "0" };
},