(source,target)
| 1722 | return pos<elStartEnd; |
| 1723 | } |
| 1724 | function _copy(source,target){ |
| 1725 | for(var n in source){target[n] = source[n]} |
| 1726 | } |
| 1727 | function parseDCC(source,start,domBuilder,errorHandler){//sure start with '<!' |
| 1728 | var next= source.charAt(start+2) |
| 1729 | switch(next){ |
no outgoing calls
no test coverage detected