1
0

js ending delimiter S3 auto literal behaviour is quite bulletproof

tests have proofed " } ;" and " };" and even "};" are interpreted correct!
This commit is contained in:
Ian
2012-12-07 18:00:52 +01:00
parent 7544348e08
commit 449367c7aa
6 changed files with 14 additions and 12 deletions

View File

@ -296,7 +296,7 @@ if (parent.frames && parent.frames['tree']) {
tree = new YAHOO.widget.TreeView("treeDiv1");
tree.onExpand = function(node) {
document.getElementById('newdirlink').href = basenewdirurl + node.data.relpath;
} ;
};
coreNode = new YAHOO.widget.TextNode("{$CONST.MEDIA}", tree.getRoot(), false);
coreNode.href = baseurl;