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

@@ -216,7 +216,7 @@ web2d.peer.svg.ElementPeer = new Class({
positionRelativeTo:function (elem, options) {
options = !$defined(options) ? {} : options;
options['relativeTo'] = $(this._native);
options['relativeTo'] = document.id(this._native);
elem.position(options);
},