Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
6
app/bower_components/jquery/src/data/Data.js
vendored
6
app/bower_components/jquery/src/data/Data.js
vendored
|
@ -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, {
|
||||
|
@ -14,7 +14,7 @@ function Data() {
|
|||
}
|
||||
});
|
||||
|
||||
this.expando = jQuery.expando + Math.random();
|
||||
this.expando = jQuery.expando + Data.uid++;
|
||||
}
|
||||
|
||||
Data.uid = 1;
|
||||
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue