]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoAdjust prefilter test to error on string indexing in oldIE
Timmy Willison [Thu, 12 Sep 2013 20:25:23 +0000 (15:25 -0500)]
Adjust prefilter test to error on string indexing in oldIE

11 years agoRef #14313: NaN detection. Close gh-1352.
Richard Gibson [Thu, 5 Sep 2013 18:04:11 +0000 (14:04 -0400)]
Ref #14313: NaN detection. Close gh-1352.

11 years agoFix #14351: Update Sizzle
Richard Gibson [Thu, 12 Sep 2013 20:36:29 +0000 (16:36 -0400)]
Fix #14351: Update Sizzle
(cherry picked from commit 1d57ffe5fff06928aac53813342d33ec6bddd531)

11 years agoTravis: Also install bower
Jörn Zaefferer [Thu, 12 Sep 2013 16:30:09 +0000 (18:30 +0200)]
Travis: Also install bower

11 years agoAdd Travis CI config for PR testing
Jörn Zaefferer [Thu, 12 Sep 2013 16:08:29 +0000 (18:08 +0200)]
Add Travis CI config for PR testing

11 years agoAdd unit tests for jQuery.grep. Close gh-1345.
Amey Sakhadeo [Thu, 12 Sep 2013 16:18:36 +0000 (11:18 -0500)]
Add unit tests for jQuery.grep. Close gh-1345.

11 years agoFix failing support test in IE6/7
Timmy Willison [Wed, 11 Sep 2013 22:58:38 +0000 (17:58 -0500)]
Fix failing support test in IE6/7

11 years agoFix more support tests (support.input should only be false in IE8 and checkClone...
Timmy Willison [Wed, 11 Sep 2013 22:23:17 +0000 (17:23 -0500)]
Fix more support tests (support.input should only be false in IE8 and checkClone as it is now used is fine in IE)

11 years agoSet the input type for firefox. Fix a support test.
Timmy Willison [Wed, 11 Sep 2013 20:03:40 +0000 (15:03 -0500)]
Set the input type for firefox. Fix a support test.

11 years agoCorrect the checkClone support test for Safari 5.1 and mobile webkits
Timmy Willison [Wed, 11 Sep 2013 19:29:15 +0000 (14:29 -0500)]
Correct the checkClone support test for Safari 5.1 and mobile webkits

Conflicts:
src/manipulation/support.js

11 years agoFix support test for checkClone. Fixes Safari 5.1 manip failures.
Timmy Willison [Wed, 11 Sep 2013 14:51:31 +0000 (09:51 -0500)]
Fix support test for checkClone. Fixes Safari 5.1 manip failures.

Conflicts:
src/manipulation.js

11 years agoFix context
Timmy Willison [Wed, 11 Sep 2013 13:46:08 +0000 (08:46 -0500)]
Fix context

11 years agoThe cssHook from addGetHookIf wasn't actually getting added
Timmy Willison [Wed, 11 Sep 2013 13:41:48 +0000 (08:41 -0500)]
The cssHook from addGetHookIf wasn't actually getting added

Conflicts:
src/css.js

11 years agoRestore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Michał Gołębiowski [Wed, 11 Sep 2013 01:36:18 +0000 (03:36 +0200)]
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.

11 years agoModules can assume the presence of their parents
Timmy Willison [Wed, 11 Sep 2013 01:24:04 +0000 (20:24 -0500)]
Modules can assume the presence of their parents

Conflicts:
src/css/curCSS.js

11 years agoRemove unnecessary file from master cherry-pick
Timmy Willison [Wed, 11 Sep 2013 01:15:38 +0000 (20:15 -0500)]
Remove unnecessary file from master cherry-pick

11 years agoRemove offset dependency from css. Move curCSS and getStyles to their own module.
Timmy Willison [Wed, 11 Sep 2013 00:24:26 +0000 (19:24 -0500)]
Remove offset dependency from css. Move curCSS and getStyles to their own module.

11 years agoNo ticket. Abstract conditional hook definition. 1356/head
Michał Gołębiowski [Wed, 11 Sep 2013 00:51:48 +0000 (02:51 +0200)]
No ticket. Abstract conditional hook definition.

11 years agoMap Sizzle to a path with config to allow users to put Sizzle wherever they want
Timmy Willison [Tue, 10 Sep 2013 23:47:36 +0000 (18:47 -0500)]
Map Sizzle to a path with config to allow users to put Sizzle wherever they want

11 years agoEnsure display: inline-block when animating width/height on inline elements. Fixes...
Timmy Willison [Tue, 10 Sep 2013 20:09:58 +0000 (15:09 -0500)]
Ensure display: inline-block when animating width/height on inline elements. Fixes #14344.

11 years agoUnignore license in bower. Ignore other unnecessary files.
Timmy Willison [Tue, 10 Sep 2013 04:26:21 +0000 (23:26 -0500)]
Unignore license in bower. Ignore other unnecessary files.

11 years agoMatch ordering in ajax with master. -3 bytes.
Timmy Willison [Tue, 10 Sep 2013 03:54:07 +0000 (22:54 -0500)]
Match ordering in ajax with master. -3 bytes.

11 years agoSeparate jQuery.fn.init into its own module (for lighter core dependencies across...
Timmy Willison [Tue, 10 Sep 2013 00:13:01 +0000 (19:13 -0500)]
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects.

Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js

11 years agoDon't keep semicolons if the require call is not a var declaration
Timmy Willison [Mon, 9 Sep 2013 16:32:06 +0000 (12:32 -0400)]
Don't keep semicolons if the require call is not a var declaration

11 years agoApply consistent ordering in all modules. -219 bytes. Order modules like functions...
Timmy Willison [Mon, 9 Sep 2013 16:22:37 +0000 (12:22 -0400)]
Apply consistent ordering in all modules. -219 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend.

11 years agoAll non-var modules should not indent in their AMD wrappers (just for prettier builds...
Timmy Willison [Mon, 9 Sep 2013 16:07:40 +0000 (12:07 -0400)]
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.

11 years agoBreak jQuery.access out into its own module to separate it from core; Adjust CommonJS...
Timmy Willison [Mon, 9 Sep 2013 15:26:21 +0000 (11:26 -0400)]
Break jQuery.access out into its own module to separate it from core; Adjust CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.

Conflicts:
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/traversing.js

11 years agoUpdate r.js (running latest master until new r.js is published to NPM)
Timmy Willison [Mon, 9 Sep 2013 15:23:16 +0000 (11:23 -0400)]
Update r.js (running latest master until new r.js is published to NPM)

11 years agoReorder css.js logically
Timmy Willison [Mon, 9 Sep 2013 13:54:52 +0000 (09:54 -0400)]
Reorder css.js logically

Conflicts:
src/css.js

11 years agoAdd AMD+CommonJS capabilities to the build script (for modules with long unreadable...
Timmy Willison [Mon, 9 Sep 2013 13:50:12 +0000 (09:50 -0400)]
Add AMD+CommonJS capabilities to the build script (for modules with long unreadable dependency lists)

Conflicts:
src/core.js

11 years agoRestore optIn behavior for builds
Timmy Willison [Mon, 9 Sep 2013 02:26:05 +0000 (22:26 -0400)]
Restore optIn behavior for builds

Conflicts:
build/tasks/build.js

11 years agoRevert "Keep the build for bower"
Timmy Willison [Mon, 9 Sep 2013 02:27:20 +0000 (22:27 -0400)]
Revert "Keep the build for bower"

This reverts commit c9858a4351c0c04aa1786b01ca1dfef84412dcf9.

11 years agoKeep the build for bower
Timmy Willison [Mon, 9 Sep 2013 01:51:44 +0000 (21:51 -0400)]
Keep the build for bower

11 years agoAlways return jQuery in modules that can be included separately
Timmy Willison [Mon, 9 Sep 2013 01:25:27 +0000 (21:25 -0400)]
Always return jQuery in modules that can be included separately

Conflicts:
src/attributes.js
src/data.js
src/manipulation.js

11 years agoMove parsing methods to their own files (separates manipulation dependency from core)
Timmy Willison [Mon, 9 Sep 2013 01:05:07 +0000 (21:05 -0400)]
Move parsing methods to their own files (separates manipulation dependency from core)

Conflicts:
src/core.js

11 years agoNo ticket. Update AUTHORS.txt.
Michał Gołębiowski [Sat, 7 Sep 2013 01:08:20 +0000 (03:08 +0200)]
No ticket. Update AUTHORS.txt.

11 years agoNo ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (cherry...
Michał Gołębiowski [Sat, 7 Sep 2013 00:30:19 +0000 (02:30 +0200)]
No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (cherry-picked from badcd1b6f301e6253405f17759c1270549a34e12)

11 years agoConvert testrunner to an AMD module and ensure jQuery is on the page when executing...
Timmy Willison [Fri, 6 Sep 2013 21:11:04 +0000 (17:11 -0400)]
Convert testrunner to an AMD module and ensure jQuery is on the page when executing the testrunner (another race condition amplified by swarm)

Conflicts:
test/data/testinit.js
test/data/testrunner.js

11 years agoMove test loader to testinit.js. Fix race condition with dependency loading.
Timmy Willison [Fri, 6 Sep 2013 20:23:20 +0000 (16:23 -0400)]
Move test loader to testinit.js. Fix race condition with dependency loading.

11 years agoUse requirejs to load the testswarm inject script
Timmy Willison [Fri, 6 Sep 2013 19:44:50 +0000 (15:44 -0400)]
Use requirejs to load the testswarm inject script

11 years agoNo ticket. Restore checking individual src/**/*.js files by jsHint.
Michał Gołębiowski [Fri, 6 Sep 2013 18:31:48 +0000 (20:31 +0200)]
No ticket. Restore checking individual src/**/*.js files by jsHint.

11 years agoNo ticket. Optimize top/left hooks: move the position check up, don't re-check it...
Michał Gołębiowski [Fri, 6 Sep 2013 16:29:53 +0000 (18:29 +0200)]
No ticket. Optimize top/left hooks: move the position check up, don't re-check it inside a hook.

11 years agoRemove test element in css/support
Timmy Willison [Fri, 6 Sep 2013 16:08:41 +0000 (12:08 -0400)]
Remove test element in css/support

11 years agoFix #10814. Fix #14084. Make support tests lazy and broken out to components. 1353/head
Michał Gołębiowski [Mon, 2 Sep 2013 17:21:09 +0000 (19:21 +0200)]
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.

11 years agoFix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6605...
Michał Gołębiowski [Thu, 5 Sep 2013 16:24:13 +0000 (18:24 +0200)]
Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from dfaee326e6605dc6d848c4c5022e39069d2cee65)

11 years agoNo ticket. Update packages, make the devDependencies list alphabetic. (cherry-picked...
Michał Gołębiowski [Thu, 5 Sep 2013 16:19:04 +0000 (18:19 +0200)]
No ticket. Update packages, make the devDependencies list alphabetic. (cherry-picked from 3f3a6c5ff5e6f1565ff4ad672ad44f71ad765f29)

11 years agoNo ticket: Hide the testing-support jQuery from tests
Richard Gibson [Tue, 3 Sep 2013 13:55:32 +0000 (09:55 -0400)]
No ticket: Hide the testing-support jQuery from tests
(cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59)

Conflicts:

test/data/testrunner.js

11 years agoRef #14313: Optimize 1.x jQuery.merge for size.
Amey Sakhadeo [Wed, 28 Aug 2013 16:54:55 +0000 (22:24 +0530)]
Ref #14313: Optimize 1.x jQuery.merge for size.
(cherry picked from commits c75c9a8ebb5d2483daa68bec799e0d770083a811 f66d53c85643e703a8e37d9ca9375dd386a60cda)

11 years agoFix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a548b1ec2d7...
Richard Gibson [Fri, 30 Aug 2013 16:38:43 +0000 (12:38 -0400)]
Fix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd

11 years agoPass all tests (and load Sizzle fixture correctly) when loading with AMD
Timmy Willison [Thu, 29 Aug 2013 20:18:17 +0000 (16:18 -0400)]
Pass all tests (and load Sizzle fixture correctly) when loading with AMD

Conflicts:
src/css.js

11 years agoFix for custom attr handles duck-punching the boolean attr handle
Timmy Willison [Wed, 28 Aug 2013 16:12:37 +0000 (12:12 -0400)]
Fix for custom attr handles duck-punching the boolean attr handle

11 years agoUpdate Sizzle to 1.10.7
Timmy Willison [Tue, 27 Aug 2013 19:05:00 +0000 (15:05 -0400)]
Update Sizzle to 1.10.7

Conflicts:
bower.json

11 years agoExplicitly set bower folder location
Timmy Willison [Tue, 27 Aug 2013 18:22:28 +0000 (14:22 -0400)]
Explicitly set bower folder location

11 years agoUse window.QUnit to detect the top window when loading with AMD
Timmy Willison [Tue, 27 Aug 2013 04:31:14 +0000 (00:31 -0400)]
Use window.QUnit to detect the top window when loading with AMD

11 years agoUpdate Sizzle: minor change to a test (oldIE must set defaultChecked on creation)
Timmy Willison [Tue, 27 Aug 2013 04:16:14 +0000 (00:16 -0400)]
Update Sizzle: minor change to a test (oldIE must set defaultChecked on creation)

11 years agoMake the attr handles a little more readable (+4 bytes)
Timmy Willison [Tue, 27 Aug 2013 03:28:41 +0000 (23:28 -0400)]
Make the attr handles a little more readable (+4 bytes)

11 years agoFix most of the broken tests in oldIE. Build order issue.
Timmy Willison [Tue, 27 Aug 2013 02:54:17 +0000 (22:54 -0400)]
Fix most of the broken tests in oldIE. Build order issue.

- attr requires val for attaching to the nodeHook as a valHook for buttons

11 years agoNo ticket: improve line-height animation test robustness
Richard Gibson [Mon, 26 Aug 2013 20:36:55 +0000 (16:36 -0400)]
No ticket: improve line-height animation test robustness

11 years agoNo ticket. Correct a support comment for the `order` test. (cherry-picked from 2ac1cd...
Michał Gołębiowski [Tue, 20 Aug 2013 13:53:28 +0000 (15:53 +0200)]
No ticket. Correct a support comment for the `order` test. (cherry-picked from 2ac1cd91db5c20cbe8ba0db44f7640cd150060ee)

11 years agoCorrect QUnit check, this might fix swarm failures
Oleg [Mon, 19 Aug 2013 18:33:52 +0000 (22:33 +0400)]
Correct QUnit check, this might fix swarm failures

Conflicts:
test/jquery.js

11 years agoFix tests for testswarm
Timmy Willison [Mon, 19 Aug 2013 19:01:00 +0000 (15:01 -0400)]
Fix tests for testswarm

11 years agoNo ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e7...
Michał Gołębiowski [Mon, 19 Aug 2013 18:16:16 +0000 (20:16 +0200)]
No ticket. Correct a support comment. (cherry-picked from f92a446ee8d6e98c43b87f185e73240fabec5ae4)

11 years agoRemove redundant prefixes from the CSS order test. (cherry-picked from e3584179fe919c...
Michał Gołębiowski [Mon, 19 Aug 2013 17:53:31 +0000 (19:53 +0200)]
Remove redundant prefixes from the CSS order test. (cherry-picked from e3584179fe919c59033e54f019a1511691d2c85b)

11 years agoNo ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked...
Daniel Herman [Fri, 19 Jul 2013 01:17:29 +0000 (21:17 -0400)]
No ticket: add assertions for jQuery.when( array ). Close gh-1312. (cherry-picked from 584a4af9c8633b35fe49152c81977de03f885826)

11 years agoFix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311....
Chris Price [Mon, 19 Aug 2013 16:12:46 +0000 (18:12 +0200)]
Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311. (cherry-picked from 3e3680c2cdc524ee9194ef27fdce318cf301144c)

11 years agoFix #14164: assign className in addClass/removeClass only if changed. Close gh-1331...
Jeremy Dunck [Mon, 19 Aug 2013 15:55:05 +0000 (17:55 +0200)]
Fix #14164: assign className in addClass/removeClass only if changed. Close gh-1331. (cherry-picked from c418b94eb48188cd9329519ae5e030a52dd81cc9)

11 years agoDon't execute DOM ready tests in AMD mode (they aren't loaded before DOM ready)....
Oleg Gaidarenko [Fri, 16 Aug 2013 18:36:08 +0000 (14:36 -0400)]
Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM ready). Close gh-1335.

11 years agoMinor build change: remove trailing tabs
Timmy Willison [Fri, 16 Aug 2013 18:33:28 +0000 (14:33 -0400)]
Minor build change: remove trailing tabs

11 years agoWhen converting the source to AMD, don't forget to AMD
Timmy Willison [Fri, 16 Aug 2013 16:54:43 +0000 (12:54 -0400)]
When converting the source to AMD, don't forget to AMD

11 years agoCustom builds: Fix source folder location now that build.js is in the tasks folder
Timmy Willison [Fri, 16 Aug 2013 14:13:09 +0000 (10:13 -0400)]
Custom builds: Fix source folder location now that build.js is in the tasks folder

11 years agoCustom builds: Remove _evalUrl when excluding ajax
Timmy Willison [Fri, 16 Aug 2013 14:11:22 +0000 (10:11 -0400)]
Custom builds: Remove _evalUrl when excluding ajax

11 years agoMove jQuery specific tasks to independent files. Close gh-1334.
Oleg Gaidarenko [Fri, 16 Aug 2013 13:48:00 +0000 (09:48 -0400)]
Move jQuery specific tasks to independent files. Close gh-1334.

Also:
* Confirm build task to the style guide
* Use grunt API to load jQuery specific tasks
* Add "use strict"; statements

Conflicts:
Gruntfile.js
build/tasks/build.js

11 years agoFixed pulling in Sizzle subproject when testing with min/dev.
Oleg Gaidarenko [Fri, 16 Aug 2013 13:40:28 +0000 (09:40 -0400)]
Fixed pulling in Sizzle subproject when testing with min/dev.

11 years agoSpecify support as a dependency wherever it is used. Optimize module order to save...
Timmy Willison [Fri, 16 Aug 2013 00:38:48 +0000 (20:38 -0400)]
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.

Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js

11 years agoFix build for jenkins
Timmy Willison [Thu, 15 Aug 2013 19:58:44 +0000 (15:58 -0400)]
Fix build for jenkins

11 years agoAMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison [Thu, 15 Aug 2013 18:15:49 +0000 (14:15 -0400)]
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.

Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js

11 years agocorrect a typo in README
Michał Gołębiowski [Mon, 12 Aug 2013 16:31:21 +0000 (18:31 +0200)]
correct a typo in README

11 years agoCorrect typos in the test assertion
Oleg [Sat, 10 Aug 2013 06:49:14 +0000 (10:49 +0400)]
Correct typos in the test assertion

11 years agoFix test of #13855 for Opera 12.1 and IE10
Oleg [Sat, 10 Aug 2013 03:47:21 +0000 (07:47 +0400)]
Fix test of #13855 for Opera 12.1 and IE10

11 years agoCorrect assertion for #14049 ticket. Close gh-1327
Oleg [Wed, 7 Aug 2013 21:10:35 +0000 (01:10 +0400)]
Correct assertion for #14049 ticket. Close gh-1327

11 years agoImprove test stability for #13855 ticket. Close gh-1328.
Oleg [Thu, 8 Aug 2013 00:11:42 +0000 (04:11 +0400)]
Improve test stability for #13855 ticket. Close gh-1328.

11 years agoSupport tests
Oleg [Sun, 4 Aug 2013 23:59:02 +0000 (03:59 +0400)]
Support tests

* Check all the properties in jQuery.support
* Fix value of "pixelPosition" in new Chrome

11 years agoRemoved an unneeded variable
terrycojones [Fri, 2 Aug 2013 00:04:49 +0000 (01:04 +0100)]
Removed an unneeded variable

(cherry-picked from the commit 74dadd3eb65301e630a274fa8d65e9b81bfade54)

11 years agoUpdate QUnit to 1.12.0
Timmy Willison [Thu, 25 Jul 2013 01:29:32 +0000 (21:29 -0400)]
Update QUnit to 1.12.0

11 years agoNo need to remove if they ain't nuthin thar
Timmy Willison [Thu, 25 Jul 2013 01:21:56 +0000 (21:21 -0400)]
No need to remove if they ain't nuthin thar

11 years agoFix paths for qunit files
Oleg [Wed, 24 Jul 2013 14:39:09 +0000 (18:39 +0400)]
Fix paths for qunit files

(cherry picked from commit c8c32f1d0583711355c593fb4c84332bfba18254)

11 years agoChange Windows install explanation
Oleg [Mon, 22 Jul 2013 18:08:10 +0000 (22:08 +0400)]
Change Windows install explanation

(cherry picked from commit 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa)

11 years agoRemove the Xcode note in readme
Oleg [Mon, 22 Jul 2013 18:04:01 +0000 (22:04 +0400)]
Remove the Xcode note in readme

(cherry picked from commit 24571f4a730ea51127fe5f1f798c1283a2b8cc8a)

11 years agoInstall bower packages with npm install
Oleg [Mon, 22 Jul 2013 17:54:37 +0000 (21:54 +0400)]
Install bower packages with npm install

(cherry picked from commit 806b0230cd14916907807ced638aea066465e1d4)

11 years agoUpdate Sizzle to 1.10.5. Fixes #14142.
Timmy Willison [Fri, 19 Jul 2013 13:54:59 +0000 (09:54 -0400)]
Update Sizzle to 1.10.5. Fixes #14142.

11 years agoLint JSON manifests during development
Timmy Willison [Fri, 19 Jul 2013 13:53:57 +0000 (09:53 -0400)]
Lint JSON manifests during development

11 years agoUpdate devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close...
Michał Gołębiowski [Thu, 11 Jul 2013 16:52:07 +0000 (12:52 -0400)]
Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Close gh-1283.

Conflicts:
src/.jshintrc
test/.jshintrc

11 years agoFix bower.json version from cherry-picked commit
Timmy Willison [Wed, 10 Jul 2013 18:20:32 +0000 (14:20 -0400)]
Fix bower.json version from cherry-picked commit

11 years agoUpdate README for bower usage
Timmy Willison [Wed, 10 Jul 2013 18:18:57 +0000 (14:18 -0400)]
Update README for bower usage

11 years agoInclude Sizzle and Qunit with bower. Fixes #14118.
Timmy Willison [Wed, 10 Jul 2013 16:00:26 +0000 (12:00 -0400)]
Include Sizzle and Qunit with bower. Fixes #14118.

11 years agoRemove `undefined` var declarations
Timmy Willison [Mon, 8 Jul 2013 16:27:33 +0000 (12:27 -0400)]
Remove `undefined` var declarations

11 years agoSupport CommonJS environments by accentuating the need for a window with a document...
Timmy Willison [Thu, 4 Jul 2013 18:00:26 +0000 (14:00 -0400)]
Support CommonJS environments by accentuating the need for a window with a document. Fixes #13768.

11 years agoUpdate sizzle to 1.10.3-pre
Timmy Willison [Thu, 4 Jul 2013 17:25:47 +0000 (13:25 -0400)]
Update sizzle to 1.10.3-pre

11 years agoUpdating the source version to 1.10.3-pre
Dave Methvin [Wed, 3 Jul 2013 13:49:00 +0000 (09:49 -0400)]
Updating the source version to 1.10.3-pre

11 years agoTagging the 1.10.2 release.
Dave Methvin [Wed, 3 Jul 2013 13:48:24 +0000 (09:48 -0400)]
Tagging the 1.10.2 release.