Use this.$$ for $relocatableMarker

Change-Id: I39d4b8bc4f7c88068ad7e290130389f6c532743d
This commit is contained in:
Roan Kattouw 2013-06-24 11:01:14 -07:00
parent 2352613b66
commit 89c45edda1

View file

@ -18,7 +18,7 @@
ve.ce.RelocatableNode = function VeCeRelocatableNode() {
// Properties
this.relocatingSurface = null;
this.$relocatableMarker = $( '<img>' );
this.$relocatableMarker = this.$$( '<img>' );
// Events
this.connect( this, {