aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-03-11 21:28:42 -0500
committertimmywil <tim.willison@thisismedium.com>2011-04-03 19:13:39 -0400
commit8cd30c62d813af68ccd91cc41adf43b8907f41cf (patch)
treea2f84e4e9cd816fe391540766f1bcc4859e797df /src/core.js
parentebb8e8e300be5da2671f62e939551bd3c859e81e (diff)
downloadjquery-8cd30c62d813af68ccd91cc41adf43b8907f41cf.tar.gz
jquery-8cd30c62d813af68ccd91cc41adf43b8907f41cf.zip
Continuing IE7 testing, conditional attr fixes and hooks with feature testing. Will figure out a way to shorten after the test suite passes.
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js
index 9312ee288..6b00a0151 100644
--- a/src/core.js
+++ b/src/core.js
@@ -894,4 +894,4 @@ function doScrollCheck() {
// Expose jQuery to the global object
return jQuery;
-})();
+})(); \ No newline at end of file