aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-08-22 00:33:57 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-09-07 03:14:40 +0200
commiteb9cbfcaf6803a07a953e0ca0922a973c5a11016 (patch)
tree5eefd67f1558a9fd78faa6de8e9264ee12085530 /src/manipulation
parent0ed397d803415fcd4ef461dbfd6447c1f28ee521 (diff)
downloadjquery-eb9cbfcaf6803a07a953e0ca0922a973c5a11016.tar.gz
jquery-eb9cbfcaf6803a07a953e0ca0922a973c5a11016.zip
No ticket. Update support comments to reflect current state of affairs.
Diffstat (limited to 'src/manipulation')
-rw-r--r--src/manipulation/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manipulation/support.js b/src/manipulation/support.js
index 62c932c11..7435de7d9 100644
--- a/src/manipulation/support.js
+++ b/src/manipulation/support.js
@@ -19,7 +19,7 @@ define([
fragment.appendChild( input );
- // Support: Safari 5.1, Android 4.x, Android 2.3
+ // Support: iOS 5.1, Android 4.x, Android 2.3
// old WebKit doesn't clone checked state correctly in fragments
support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
})();