aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-04-30 19:35:17 +0000
committerScott González <scott.gonzalez@gmail.com>2008-04-30 19:35:17 +0000
commitbd4154879270c872e331054a9c481ca0d318517c (patch)
tree42c628fe5fbb3b54e3fa0f3c2cb3f02dc1c5a4ec /src/selector.js
parentcd455eeba7ef754f35a36b10ca27a31c14bb8a1f (diff)
downloadjquery-bd4154879270c872e331054a9c481ca0d318517c.tar.gz
jquery-bd4154879270c872e331054a9c481ca0d318517c.zip
core: make sure all source files end with a single blank line.
Diffstat (limited to 'src/selector.js')
-rw-r--r--src/selector.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/selector.js b/src/selector.js
index f88f7e9cb..bfd8bef1e 100644
--- a/src/selector.js
+++ b/src/selector.js
@@ -1,4 +1,3 @@
-
var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
"(?:[\\w*_-]|\\\\.)" :
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
@@ -449,5 +448,3 @@ jQuery.extend({
return r;
}
});
-
-