js ending delimiter S3 auto literal behaviour is quite bulletproof
tests have proofed " } ;" and " };" and even "};" are interpreted correct!
This commit is contained in:
@ -274,7 +274,7 @@
|
||||
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;
|
||||
|
Reference in New Issue
Block a user