MCPcopy Index your code
hub / github.com/prototypejs/prototype / elementIsExtended

Function elementIsExtended

src/prototype/dom/dom.js:3223–3226  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

3221 // Keeps track of the UIDs of extended elements.
3222 var EXTENDED = {};
3223 function elementIsExtended(element) {
3224 var uid = getUniqueElementID(element);
3225 return (uid in EXTENDED);
3226 }
3227
3228 /**
3229 * Element.extend(element) -> Element

Callers 2

extendFunction · 0.85
extend_IE8Function · 0.85

Calls 1

getUniqueElementIDFunction · 0.70

Tested by

no test coverage detected