(list,node)
| 1946 | }; |
| 1947 | |
| 1948 | function _findNodeIndex(list,node){ |
| 1949 | var i = list.length; |
| 1950 | while(i--){ |
| 1951 | if(list[i] === node){return i} |
| 1952 | } |
| 1953 | } |
| 1954 | |
| 1955 | function _addNamedNode(el,list,newAttr,oldAttr){ |
| 1956 | if(oldAttr){ |
no outgoing calls
no test coverage detected