diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-03-11 21:28:42 -0500 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-03 19:13:39 -0400 |
commit | 8cd30c62d813af68ccd91cc41adf43b8907f41cf (patch) | |
tree | a2f84e4e9cd816fe391540766f1bcc4859e797df /src/core.js | |
parent | ebb8e8e300be5da2671f62e939551bd3c859e81e (diff) | |
download | jquery-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.js | 2 |
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 |