diff options
Diffstat (limited to 'src/manipulation/support.js')
-rw-r--r-- | src/manipulation/support.js | 2 |
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; })(); |