]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoFix #12357: be more kind to non-browser environments. Close gh-938.
Richard Gibson [Mon, 1 Oct 2012 00:54:28 +0000 (20:54 -0400)]
Fix #12357: be more kind to non-browser environments. Close gh-938.

12 years agoFix #10943, tabindex not set properly on clone in IE7. Close gh-937.
Mike Sherov [Sat, 29 Sep 2012 04:23:55 +0000 (00:23 -0400)]
Fix #10943, tabindex not set properly on clone in IE7. Close gh-937.

This is only a unit test fix because the bug was tangentially fixed by a different commit

12 years agoFixes to contributing.md. Closes gh-931
Callum Macrae [Tue, 25 Sep 2012 20:19:38 +0000 (16:19 -0400)]
Fixes to contributing.md. Closes gh-931

12 years agoUpdating the source version to 1.8.3pre
Dave Methvin [Fri, 21 Sep 2012 01:13:14 +0000 (21:13 -0400)]
Updating the source version to 1.8.3pre

12 years agoTagging the 1.8.2 release.
Dave Methvin [Fri, 21 Sep 2012 01:12:38 +0000 (21:12 -0400)]
Tagging the 1.8.2 release.

12 years agoUpdate release notes script to 1.8.2 and add debug option.
Dave Methvin [Fri, 21 Sep 2012 00:48:20 +0000 (20:48 -0400)]
Update release notes script to 1.8.2 and add debug option.

12 years agoSizzle: removes nth-child cache
Timmy Willison [Thu, 20 Sep 2012 21:00:43 +0000 (17:00 -0400)]
Sizzle: removes nth-child cache

12 years agoSizzle: account for external document contexts (such as iframes) in combinator checks...
Timmy Willison [Thu, 20 Sep 2012 16:00:57 +0000 (12:00 -0400)]
Sizzle: account for external document contexts (such as iframes) in combinator checks. Fixes #12572.

12 years agoUpdate Sizzle: fix a failing test in traversing. Move an attribute selector test...
Timmy Willison [Thu, 20 Sep 2012 00:46:18 +0000 (20:46 -0400)]
Update Sizzle: fix a failing test in traversing. Move an attribute selector test to jQuery-only.

12 years agoSizzle: fixes failing test in css
Timmy Willison [Wed, 19 Sep 2012 16:30:57 +0000 (12:30 -0400)]
Sizzle: fixes failing test in css

12 years agoUpdate Sizzle: fix position caching with child selectors. Fixes #12337.
Timmy Willison [Wed, 19 Sep 2012 16:04:09 +0000 (12:04 -0400)]
Update Sizzle: fix position caching with child selectors. Fixes #12337.

12 years agoFixes failing tests in selector/traversing
Timmy Willison [Wed, 19 Sep 2012 16:00:47 +0000 (12:00 -0400)]
Fixes failing tests in selector/traversing

12 years agoUpdate Sizzle: Fixes #12303, #12474, #12523, #12526, #12541.
Timmy Willison [Wed, 19 Sep 2012 15:31:44 +0000 (11:31 -0400)]
Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541.

12 years agoFix #12229, size/consistency improvements. Close gh-887.
Richard Gibson [Tue, 18 Sep 2012 21:39:44 +0000 (17:39 -0400)]
Fix #12229, size/consistency improvements. Close gh-887.

12 years agoFix #12423. Ensure we can .apply() before we try.
Dave Methvin [Tue, 18 Sep 2012 18:26:21 +0000 (14:26 -0400)]
Fix #12423. Ensure we can .apply() before we try.

I can't think of an uncontrived way to unit test this, it only occurs in IE when a BHO monkeys with the links.

12 years agoCONTRIBUTING.md: more contents links
Rick Waldron [Mon, 17 Sep 2012 18:57:20 +0000 (14:57 -0400)]
CONTRIBUTING.md: more contents links

12 years agoCONTRIBUTING.md: adds top header
Rick Waldron [Mon, 17 Sep 2012 18:55:02 +0000 (14:55 -0400)]
CONTRIBUTING.md: adds top header

12 years agoCONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide
Rick Waldron [Mon, 17 Sep 2012 18:54:24 +0000 (14:54 -0400)]
CONTRIBUTING.md: fixes fragment url, #jquery-core-style-guide

12 years agoSecond draft of CONTRIBUTING.md
Rick Waldron [Mon, 17 Sep 2012 18:53:05 +0000 (14:53 -0400)]
Second draft of CONTRIBUTING.md

12 years agoInitial draft of CONTRIBUTING.md
Rick Waldron [Mon, 17 Sep 2012 18:29:58 +0000 (14:29 -0400)]
Initial draft of CONTRIBUTING.md

12 years agoMinor typo with Homebrew link. Close gh-929.
Dave Riddle [Sat, 15 Sep 2012 20:19:51 +0000 (16:19 -0400)]
Minor typo with Homebrew link. Close gh-929.

12 years agoFix #12447: Ensure starting-point calc takes finite time. Close gh-922.
Richard Gibson [Sat, 15 Sep 2012 15:57:01 +0000 (11:57 -0400)]
Fix #12447: Ensure starting-point calc takes finite time. Close gh-922.

12 years agoFix #12536. Start at .offset() 0,0 if no getBoundingClientRect.
Dave Methvin [Fri, 14 Sep 2012 14:14:40 +0000 (10:14 -0400)]
Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect.

This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR.

12 years agoFix #12534. Don't die on browsers lacking getBoundingClientRect.
Dave Methvin [Thu, 13 Sep 2012 22:47:07 +0000 (18:47 -0400)]
Fix #12534. Don't die on browsers lacking getBoundingClientRect.

12 years agodeferred.promise(obj) should work with non-objects. Fixes #12521. Much needed unit...
jaubourg [Thu, 13 Sep 2012 13:44:12 +0000 (15:44 +0200)]
deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed unit tests added!

12 years agoChrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD requests any...
Dave Methvin [Tue, 11 Sep 2012 19:41:46 +0000 (15:41 -0400)]
Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD requests any respect. Skip them rather than hear Swarmy call FAILURE on each run.

12 years agoSizzle: fix selector in Chrome 21. Fixes #12492.
Timmy Willison [Tue, 11 Sep 2012 18:50:23 +0000 (14:50 -0400)]
Sizzle: fix  selector in Chrome 21. Fixes #12492.

12 years agoSizzle: tagged versions are now in the repo; update selector engine list
Timmy Willison [Tue, 11 Sep 2012 17:10:59 +0000 (13:10 -0400)]
Sizzle: tagged versions are now in the repo; update selector engine list

12 years agoFix #12554. Sanitize data from POST. Close gh-908.
Markus Staab [Mon, 10 Sep 2012 02:00:53 +0000 (22:00 -0400)]
Fix #12554. Sanitize data from POST. Close gh-908.

12 years agoRemove superfluous `@` in compressed header. Close gh-925.
Dave Methvin [Mon, 10 Sep 2012 01:23:17 +0000 (21:23 -0400)]
Remove superfluous `@` in compressed header. Close gh-925.

Thanks @vlakoff!

12 years agoFix #12436, make delegated events fast again. Close gh-923.
Dave Methvin [Mon, 10 Sep 2012 00:47:07 +0000 (20:47 -0400)]
Fix #12436, make delegated events fast again. Close gh-923.

Retains the rooted-at-delegateTarget behavior fixed in #12383 by afd717df9e.

12 years agoRemove useless guard for `a`. Close gh-918.
Dave Methvin [Mon, 10 Sep 2012 00:56:44 +0000 (20:56 -0400)]
Remove useless guard for `a`. Close gh-918.

Thanks @staabm!

12 years agoUpdate .editorconfig with new properties. Close gh-915.
Sindre Sorhus [Tue, 28 Aug 2012 23:14:48 +0000 (01:14 +0200)]
Update .editorconfig with new properties. Close gh-915.

See http://editorconfig.org

12 years agoSizzle: adjustment for speed totals display
Timmy Willison [Sat, 8 Sep 2012 18:31:31 +0000 (14:31 -0400)]
Sizzle: adjustment for speed totals display

12 years agoUpdate Sizzle: adds custom performance suite for testing across multiple selector...
Timmy Willison [Sat, 8 Sep 2012 17:06:17 +0000 (13:06 -0400)]
Update Sizzle: adds custom performance suite for testing across multiple selector engines and multiple versions of Sizzle

12 years agoShim/shiv the datalist element for crabby Uncle oldIE.
Dave Methvin [Thu, 6 Sep 2012 02:01:35 +0000 (22:01 -0400)]
Shim/shiv the datalist element for crabby Uncle oldIE.

12 years agoUpdate Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition
Timmy Willison [Wed, 5 Sep 2012 22:13:31 +0000 (18:13 -0400)]
Update Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition

12 years agoUpdate to QUnit 1.10.0
Dave Methvin [Wed, 5 Sep 2012 20:22:40 +0000 (16:22 -0400)]
Update to QUnit 1.10.0

12 years agoUpdating the source version to 1.8.2pre
Dave Methvin [Thu, 30 Aug 2012 21:17:27 +0000 (17:17 -0400)]
Updating the source version to 1.8.2pre

12 years agoTagging the 1.8.1 release.
Dave Methvin [Thu, 30 Aug 2012 21:17:08 +0000 (17:17 -0400)]
Tagging the 1.8.1 release.

12 years agoUpdate release script and notes builder.
Dave Methvin [Thu, 30 Aug 2012 21:07:03 +0000 (17:07 -0400)]
Update release script and notes builder.

12 years agoFix #12370. Explicitly coerce bool/undef to integer.
Dave Methvin [Thu, 30 Aug 2012 14:47:47 +0000 (10:47 -0400)]
Fix #12370. Explicitly coerce bool/undef to integer.

12 years agoSizzle: POS selectors make more extensive use of tokenization. Fixes #12303.
Timmy Willison [Wed, 29 Aug 2012 16:49:17 +0000 (12:49 -0400)]
Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303.

http://jqbug.com/12303

12 years agoFix #12243, $("col").width() should return the column's width. Close gh-916.
Mike Sherov [Wed, 29 Aug 2012 12:50:56 +0000 (08:50 -0400)]
Fix #12243, $("col").width() should return the column's width. Close gh-916.

12 years agoSizzle: tweak for root selector shortcut. Fixes #12419.
Timmy Willison [Wed, 29 Aug 2012 14:40:15 +0000 (10:40 -0400)]
Sizzle: tweak for root selector shortcut. Fixes #12419.

12 years agoUpdate Sizzle: minor edits
Timmy Willison [Wed, 29 Aug 2012 04:04:52 +0000 (00:04 -0400)]
Update Sizzle: minor edits

12 years agoSizzle: support negative numbers in `:eq`. Fixes #12241.
Timmy Willison [Wed, 29 Aug 2012 00:34:10 +0000 (20:34 -0400)]
Sizzle: support negative numbers in `:eq`. Fixes #12241.

12 years agoSizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes #12369.
Timmy Willison [Wed, 29 Aug 2012 00:09:15 +0000 (20:09 -0400)]
Sizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes #12369.

12 years agoSizzle: use tokenization to complex check pseudo arguments. Fixes #12412.
Timmy Willison [Tue, 28 Aug 2012 23:47:35 +0000 (19:47 -0400)]
Sizzle: use tokenization to complex check pseudo arguments. Fixes #12412.

12 years agoFix #12347 and #12384. Use a fresh div in jQuery.clean each time.
Dave Methvin [Tue, 28 Aug 2012 21:00:12 +0000 (17:00 -0400)]
Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.

Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.

12 years agoReverting Sizzle is bad, Dave.
Timmy Willison [Tue, 28 Aug 2012 15:31:13 +0000 (11:31 -0400)]
Reverting Sizzle is bad, Dave.

12 years agoUpdate placeholder references to tickets.
Dave Methvin [Tue, 28 Aug 2012 14:09:22 +0000 (10:09 -0400)]
Update placeholder references to tickets.

12 years agoFix #12383. All selectors should be delegateTarget-relative
Dave Methvin [Tue, 28 Aug 2012 14:07:16 +0000 (10:07 -0400)]
Fix #12383. All selectors should be delegateTarget-relative

12 years agoFix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909.
Mike Sherov [Sat, 25 Aug 2012 15:26:37 +0000 (11:26 -0400)]
Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909.

12 years agoUpdate authors.
Dave Methvin [Tue, 28 Aug 2012 12:52:09 +0000 (08:52 -0400)]
Update authors.

12 years agoUpdate Sizzle: size reduction, -85 bytes
Timmy Willison [Mon, 27 Aug 2012 21:44:47 +0000 (17:44 -0400)]
Update Sizzle: size reduction, -85 bytes

12 years agoSizzle: provide backwards-compatibility for creating custom pseudos with arguments...
Timmy Willison [Mon, 27 Aug 2012 20:53:57 +0000 (16:53 -0400)]
Sizzle: provide backwards-compatibility for creating custom pseudos with arguments. Fixes #12409.

12 years agoSizzle: make html from assertions xhtml compliant. Fixes #12359.
Timmy Willison [Mon, 27 Aug 2012 16:39:14 +0000 (12:39 -0400)]
Sizzle: make html from assertions xhtml compliant. Fixes #12359.

12 years agoSizzle: fix compilation of the same selector with different contexts. Fixes #12403.
Timmy Willison [Mon, 27 Aug 2012 14:20:18 +0000 (10:20 -0400)]
Sizzle: fix compilation of the same selector with different contexts. Fixes #12403.

12 years agoUpdate Sizzle: passing null to $.contains should not throw an error. Fixes #12314
Timmy Willison [Fri, 24 Aug 2012 22:08:02 +0000 (18:08 -0400)]
Update Sizzle: passing null to $.contains should not throw an error. Fixes #12314

12 years agoUpdate Sizzle: Use tokenization rather than regex for grouping. Fixes #12237, #12205...
Timmy Willison [Fri, 24 Aug 2012 21:43:39 +0000 (17:43 -0400)]
Update Sizzle: Use tokenization rather than regex for grouping. Fixes #12237, #12205, #12285.

12 years agoDo not watch the dist files to make infinite change loops less common.
Timmy Willison [Fri, 24 Aug 2012 21:41:52 +0000 (17:41 -0400)]
Do not watch the dist files to make infinite change loops less common.

12 years agoRevert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."
Dave Methvin [Fri, 24 Aug 2012 15:59:01 +0000 (11:59 -0400)]
Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."

This reverts commit c01e022f33575ed45fb8da65be756fc464d40a24.

We actually changed DELETE to accept a body on purpose, see http://bugs.jquery.com/ticket/7285 .

12 years agoRevert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."
Dave Methvin [Fri, 24 Aug 2012 15:57:48 +0000 (11:57 -0400)]
Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."

This reverts commit e2eac3f4d2e7f47b67635704df8e3b6675a91ed6.

There is a 1.7 regression with isDisconnected() that we should fix before tackling this.

12 years agoFix #12120. Always stack .before/.after, and fix disconnected nodes.
Dave Methvin [Fri, 24 Aug 2012 03:25:57 +0000 (23:25 -0400)]
Fix #12120. Always stack .before/.after, and fix disconnected nodes.

12 years agoFix #10863. Allow newlines in JSON data- attributes.
Dave Methvin [Fri, 24 Aug 2012 02:19:06 +0000 (22:19 -0400)]
Fix #10863. Allow newlines in JSON data- attributes.

12 years agoFix #11586. Ajax DELETE ain't got no body, so data goes to its URL.
Dave Methvin [Fri, 24 Aug 2012 01:30:45 +0000 (21:30 -0400)]
Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL.

12 years agoScorch the earth and retreat on readyState interactive! Close gh-907.
Mike Sherov [Thu, 23 Aug 2012 21:46:12 +0000 (17:46 -0400)]
Scorch the earth and retreat on readyState interactive! Close gh-907.

12 years agoFix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.
Elijah Manor [Thu, 23 Aug 2012 01:23:50 +0000 (21:23 -0400)]
Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.

12 years agoNeuter the partialLoadReady test until it's ngnix-ready
Dave Methvin [Thu, 23 Aug 2012 01:18:45 +0000 (21:18 -0400)]
Neuter the partialLoadReady test until it's ngnix-ready

12 years agoCorrect documentation of custom grunt task. Closes gh-904
Mike Pennisi [Wed, 22 Aug 2012 21:40:15 +0000 (17:40 -0400)]
Correct documentation of custom grunt task. Closes gh-904

12 years agoFix #12350: jQuery.trim should remove BOM
Richard Gibson [Tue, 21 Aug 2012 12:59:51 +0000 (08:59 -0400)]
Fix #12350: jQuery.trim should remove BOM

12 years agoFix #12333. Chrome needs $.browser.webkit too.
Dave Methvin [Tue, 21 Aug 2012 03:09:46 +0000 (23:09 -0400)]
Fix #12333. Chrome needs $.browser.webkit too.

12 years agoRevert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."
Dave Methvin [Mon, 20 Aug 2012 13:33:35 +0000 (09:33 -0400)]
Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."

This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629.

String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects.

http://swarm.jquery.org/result/165379

12 years agoFix #12282. IE has premature .readyState == "interactive". Close gh-901.
Mike Sherov [Sun, 19 Aug 2012 21:41:43 +0000 (17:41 -0400)]
Fix #12282. IE has premature .readyState == "interactive". Close gh-901.

12 years agoFix #12329. Remove leftover jQuery.bindReady reference.
Dave Methvin [Mon, 20 Aug 2012 12:01:58 +0000 (08:01 -0400)]
Fix #12329. Remove leftover jQuery.bindReady reference.

jQuery.ready already fires "ready" event properly, the undefined reference had no effect.

12 years agoFix #12283. Return null for dimension getters on non elements. Fix gh-900.
Mike Sherov [Sun, 19 Aug 2012 20:30:10 +0000 (16:30 -0400)]
Fix #12283. Return null for dimension getters on non elements. Fix gh-900.

12 years agoFix #12324, line-height "normal" isn't always "1". Close gh-898.
Mike Sherov [Sun, 19 Aug 2012 20:03:08 +0000 (16:03 -0400)]
Fix #12324, line-height "normal" isn't always "1". Close gh-898.

12 years agoFix #12350. Remove BOM in jQuery.trim. Close gh-897.
Wesley Walser [Mon, 20 Aug 2012 02:28:36 +0000 (22:28 -0400)]
Fix #12350. Remove BOM in jQuery.trim. Close gh-897.

12 years agoFix #12273. Don't call easing functions for duration 0 animations. Close gh-895.
Corey Frang [Wed, 15 Aug 2012 19:31:37 +0000 (14:31 -0500)]
Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895.

12 years agoFix #12278. Promises on non-default queue wait until a dequeue is attempted on an...
Corey Frang [Mon, 13 Aug 2012 17:43:49 +0000 (12:43 -0500)]
Fix #12278. Promises on non-default queue wait until a dequeue is attempted on an empty queue. Close gh-893.

12 years agoAdd README info on how to create custom builds. Close gh-892.
Mathias Bynens [Sun, 12 Aug 2012 09:34:21 +0000 (11:34 +0200)]
Add README info on how to create custom builds. Close gh-892.

12 years agoDon't expect QUnit to clean up jQuery internal data. Close gh-883.
Dave Methvin [Mon, 20 Aug 2012 01:09:13 +0000 (21:09 -0400)]
Don't expect QUnit to clean up jQuery internal data. Close gh-883.

12 years agoImprove oldIE unit tests for fuzzy object clone. Close gh-880.
Elijah Manor [Mon, 30 Jul 2012 18:10:18 +0000 (13:10 -0500)]
Improve oldIE unit tests for fuzzy object clone. Close gh-880.

Related to the patch in gh-870.

12 years agojQuery.contains() handles document objects directly. Close gh-879.
Oleg Gaidarenko [Mon, 20 Aug 2012 00:34:03 +0000 (20:34 -0400)]
jQuery.contains() handles document objects directly. Close gh-879.

12 years agoFix #12149. Avoid memory leak on oldIE change events. Close gh-878.
Nikita Govorov [Mon, 20 Aug 2012 00:19:44 +0000 (20:19 -0400)]
Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.

12 years agoMakes sure "adding" a string to a Callbacks object doesn't cause a stack overflow...
jaubourg [Thu, 16 Aug 2012 17:12:59 +0000 (19:12 +0200)]
Makes sure "adding" a string to a Callbacks object doesn't cause a stack overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added.

12 years agoCalling load with null as the data parameter now properly issues a GET request, not...
jaubourg [Thu, 16 Aug 2012 14:45:18 +0000 (16:45 +0200)]
Calling load with null as the data parameter now properly issues a GET request, not a POST request. Unit tests added. Fixes #12234.

12 years agoUpdate Sizzle
Timmy Willison [Tue, 14 Aug 2012 18:24:00 +0000 (14:24 -0400)]
Update Sizzle

12 years agoUpdate comments about window.getComputedStyle in both locations.
Rick Waldron [Sat, 11 Aug 2012 20:30:46 +0000 (16:30 -0400)]
Update comments about window.getComputedStyle in both locations.

12 years agoUse window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235
Rick Waldron [Fri, 10 Aug 2012 23:34:01 +0000 (19:34 -0400)]
Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235

12 years agoWait for both .stop() tests to finish, don't count on timing.
Dave Methvin [Fri, 10 Aug 2012 01:30:51 +0000 (21:30 -0400)]
Wait for both .stop() tests to finish, don't count on timing.

12 years agoDon't let the release notes script truncate!
Dave Methvin [Fri, 10 Aug 2012 00:16:06 +0000 (20:16 -0400)]
Don't let the release notes script truncate!

12 years agoUpdating the source version to 1.8.1pre
Dave Methvin [Thu, 9 Aug 2012 20:25:57 +0000 (16:25 -0400)]
Updating the source version to 1.8.1pre

12 years agoTagging the 1.8.0 release.
Dave Methvin [Thu, 9 Aug 2012 20:24:36 +0000 (16:24 -0400)]
Tagging the 1.8.0 release.

12 years agoUpdate release script; use package.json as the One True Version.
Dave Methvin [Thu, 9 Aug 2012 19:22:15 +0000 (15:22 -0400)]
Update release script; use package.json as the One True Version.

12 years agoFinish the license changes, including Sizzle.
Dave Methvin [Thu, 9 Aug 2012 02:12:10 +0000 (22:12 -0400)]
Finish the license changes, including Sizzle.

12 years agoUpdate to use just the MIT license; copiers can still use GPL.
Dave Methvin [Wed, 8 Aug 2012 18:33:55 +0000 (14:33 -0400)]
Update to use just the MIT license; copiers can still use GPL.

12 years agoNo ticket: fix failure from zero-assertion test generating a second empty OL element...
Richard Gibson [Thu, 9 Aug 2012 14:42:09 +0000 (10:42 -0400)]
No ticket: fix failure from zero-assertion test generating a second empty OL element. Closes gh-888

12 years agoFix #12203. .undelegate() should not remove direcly bound events.
Dave Methvin [Wed, 8 Aug 2012 00:49:34 +0000 (20:49 -0400)]
Fix #12203. .undelegate() should not remove direcly bound events.