MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / Data

Function Data

notes/docsify/unpkg/gotop/jquery-2.1.0.js:3483–3494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3481
3482
3483function Data() {
3484 // Support: Android < 4,
3485 // Old WebKit does not have Object.preventExtensions/freeze method,
3486 // return new empty object instead with no [[set]] accessor
3487 Object.defineProperty( this.cache = {}, 0, {
3488 get: function() {
3489 return {};
3490 }
3491 });
3492
3493 this.expando = jQuery.expando + Math.random();
3494}
3495
3496Data.uid = 1;
3497Data.accepts = jQuery.acceptData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected