Control attributes order for freemind serialization.

This commit is contained in:
Paulo Gustavo Veiga
2012-12-01 16:25:37 -03:00
parent f4f97d3112
commit 6c1188314b
40 changed files with 1812 additions and 1612 deletions

View File

@@ -89,7 +89,7 @@ function testElementFill()
assertEquals(opacity, fill.opacity);
}
// Set attributes
// Set delegated
elem.setAttribute('fillColor', color);
elem.setAttribute('fillOpacity', opacity);