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

@@ -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);
},