MCPcopy Index your code
hub / github.com/codrops/RainEffect / _createElement

Function _createElement

demo/js/index.js:6452–6454  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

6450 _forcePT = {},
6451 _doc = document,
6452 _createElement = function(type) {
6453 return _doc.createElementNS ? _doc.createElementNS("http://www.w3.org/1999/xhtml", type) : _doc.createElement(type);
6454 },
6455 _tempDiv = _createElement("div"),
6456 _tempImg = _createElement("img"),
6457 _internals = CSSPlugin._internals = {_specialProps:_specialProps}, //provides a hook to a few internal methods that we need to access from inside other plugins

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected