Replace $dolar sign.

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

View File

@@ -126,7 +126,7 @@
// overflowWorkspace.appendChild(refLine);
//
overflowWorkspace.addItAsChildTo($("overflowExample"));
overflowWorkspace.addItAsChildTo(document.id("overflowExample"));
var overflowWorkspace = new web2d.Workspace();
@@ -175,7 +175,7 @@
line1.setTo(20, 135);
overflowWorkspace.appendChild(line1);
overflowWorkspace.addItAsChildTo($("multipleLineExample"));
overflowWorkspace.addItAsChildTo(document.id("multipleLineExample"));
}
</script>
</head>