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

@@ -60,7 +60,7 @@
wText.setColor('red');
});
overflowWorkspace.addItAsChildTo($(elemId));
overflowWorkspace.addItAsChildTo(document.id(elemId));
}
function alignments(text, family, elemId) {
@@ -80,7 +80,7 @@
wText.setTextAlignment(align);
});
overflowWorkspace.addItAsChildTo($(elemId));
overflowWorkspace.addItAsChildTo(document.id(elemId));
}
function initialize() {