()
| 30211 | (function() { |
| 30212 | var XMLCData, XMLNode, |
| 30213 | extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, |
| 30214 | hasProp = {}.hasOwnProperty; |
| 30215 | |
| 30216 | XMLNode = require('./XMLNode'); |
nothing calls this directly
no outgoing calls
no test coverage detected