mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
remove positionRelativeTo method
This commit is contained in:
parent
f817167a7b
commit
1b682bc3c2
@ -67,12 +67,6 @@ web2d.Element = new Class({
|
|||||||
this._peer.setPosition(cx, cy);
|
this._peer.setPosition(cx, cy);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
positionRelativeTo : function(elem, options) {
|
|
||||||
this._peer.positionRelativeTo(elem, options);
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows the registration of event listeners on the event target.
|
* Allows the registration of event listeners on the event target.
|
||||||
* type
|
* type
|
||||||
|
@ -214,13 +214,6 @@ web2d.peer.svg.ElementPeer = new Class({
|
|||||||
return listeners;
|
return listeners;
|
||||||
},
|
},
|
||||||
|
|
||||||
// positionRelativeTo:function (elem, options) {
|
|
||||||
// options = !$defined(options) ? {} : options;
|
|
||||||
// options['relativeTo'] = document.id(this._native);
|
|
||||||
// elem.position(options);
|
|
||||||
// },
|
|
||||||
//
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Move element to the front
|
* Move element to the front
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user