(value)
| 23 | //<name>MotionPathHelper</name> |
| 24 | _selectorExp = /(^[#\.][a-z]|[a-y][a-z])/i, |
| 25 | _isString = function _isString(value) { |
| 26 | return typeof value === "string"; |
| 27 | }, |
| 28 | _createElement = function _createElement(type, ns) { |
| 29 | var e = _doc.createElementNS ? _doc.createElementNS((ns || "http://www.w3.org/1999/xhtml").replace(/^https/, "http"), type) : _doc.createElement(type); //some servers swap in https for http in the namespace which can break things, making "style" inaccessible. |
| 30 |
no outgoing calls
no test coverage detected
searching dependent graphs…