Support: clean up comments and Support notation

Closes gh-1577
This commit is contained in:
Dave Methvin
2014-04-25 18:26:36 -04:00
parent ff9dcfb0c4
commit d837f119c3
28 changed files with 160 additions and 169 deletions

View File

@@ -5,7 +5,7 @@ define([
], function( jQuery, rnotwhite ) {
function Data() {
// Support: Android < 4,
// Support: Android<4,
// Old WebKit does not have Object.preventExtensions/freeze method,
// return new empty object instead with no [[set]] accessor
Object.defineProperty( this.cache = {}, 0, {
@@ -42,7 +42,7 @@ Data.prototype = {
descriptor[ this.expando ] = { value: unlock };
Object.defineProperties( owner, descriptor );
// Support: Android < 4
// Support: Android<4
// Fallback to a less secure definition
} catch ( e ) {
descriptor[ this.expando ] = unlock;