Various bug fixes & Preferred option for SiteFile

This commit is contained in:
2015-10-27 07:50:11 +08:00
parent 1b11a1dff0
commit 07ceb117da
9 changed files with 153 additions and 83 deletions

View File

@@ -92,13 +92,11 @@
else
{
IDOMElement(stage).setAttribute
(
[
new DataKey("value", content)
, new DataKey("title", title)
, new DataKey("expanded", expanded)
]
);
([
new DataKey("value", content)
, new DataKey("title", title)
, new DataKey("expanded", expanded)
]);
temp = stage.firstChild;
temp.removeChild(temp.firstChild);