The unit tests have been passing in strings. Should the code be passing in XML/XMLList?
-Alex On 10/13/16, 3:02 AM, "Harbs" <harbs.li...@gmail.com> wrote: >The following: >delete imageXML.Link; > >Compiles to: >imageXML.removeChild('Link’); > >XMLLIst.removeChild is expecting either XML or an XMLList. It fails to do >anything when it’s a string. I think it was working before, but I’m not >sure how/why.