Replace $dolar sign.

This commit is contained in:
Paulo Gustavo Veiga
2014-02-17 10:11:58 -03:00
parent 6a5eb910b5
commit ac50c6633c
16 changed files with 383 additions and 57 deletions

View File

@@ -72,7 +72,7 @@
line2.setDestControlPoint(new core.Point(-100, 0));
overflowWorkspace.appendChild(line2);
overflowWorkspace.addItAsChildTo($("overflowExample"));
overflowWorkspace.addItAsChildTo(document.id("overflowExample"));
}
</script>