(type)
| 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 |