mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Use this.$$ for $relocatableMarker
Change-Id: I39d4b8bc4f7c88068ad7e290130389f6c532743d
This commit is contained in:
parent
2352613b66
commit
89c45edda1
|
@ -18,7 +18,7 @@
|
|||
ve.ce.RelocatableNode = function VeCeRelocatableNode() {
|
||||
// Properties
|
||||
this.relocatingSurface = null;
|
||||
this.$relocatableMarker = $( '<img>' );
|
||||
this.$relocatableMarker = this.$$( '<img>' );
|
||||
|
||||
// Events
|
||||
this.connect( this, {
|
||||
|
|
Loading…
Reference in a new issue