"Unable to get property 'setAttributeNS' of undefined or null reference"
What version of the product are you using? On what operating system?
- Version 1.2.2, Windows 7. Tested with both IE10 and Chrome.
/**
* Sets attributes of an element.
*/
function setAttributes(element, attributes){
for (var i in attributes)
element.setAttributeNS(null, i, attributes[i]);
}
Original issue reported on code.google.com by LinusFl...@gmail.com on 13 Jun 2013 at 10:36
Original issue reported on code.google.com by
LinusFl...@gmail.com
on 13 Jun 2013 at 10:36