MCPcopy Create free account
hub / github.com/JsAaron/jQuery / Data

Function Data

2.1.1/test/jquery-2.1.1.js:3508–3519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3506
3507
3508function Data() {
3509 // Support: Android < 4,
3510 // Old WebKit does not have Object.preventExtensions/freeze method,
3511 // return new empty object instead with no [[set]] accessor
3512 Object.defineProperty( this.cache = {}, 0, {
3513 get: function() {
3514 return {};
3515 }
3516 });
3517
3518 this.expando = jQuery.expando + Math.random();
3519}
3520
3521Data.uid = 1;
3522Data.accepts = jQuery.acceptData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected