Coding style tweak

print-window-tiddler
Jermolene 2014-08-30 23:05:04 +01:00
rodzic 032520fbe1
commit 05dfa1e1e3
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -268,8 +268,7 @@ Widget.prototype.assignAttributes = function(domNode,options) {
try {
if (b.length == 2 && b[0] == "xlink"){
domNode.setAttributeNS("http://www.w3.org/1999/xlink",b[1],v);
}
else {
} else {
domNode.setAttributeNS(null,a,v);
}
} catch(e) {