Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/70217


Change subject: Use this.$$ for $relocatableMarker
......................................................................

Use this.$$ for $relocatableMarker

Change-Id: I39d4b8bc4f7c88068ad7e290130389f6c532743d
---
M modules/ve/ce/ve.ce.RelocatableNode.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/17/70217/1

diff --git a/modules/ve/ce/ve.ce.RelocatableNode.js 
b/modules/ve/ce/ve.ce.RelocatableNode.js
index 7e924f4..fe858f3 100644
--- a/modules/ve/ce/ve.ce.RelocatableNode.js
+++ b/modules/ve/ce/ve.ce.RelocatableNode.js
@@ -18,7 +18,7 @@
 ve.ce.RelocatableNode = function VeCeRelocatableNode() {
        // Properties
        this.relocatingSurface = null;
-       this.$relocatableMarker = $( '<img>' );
+       this.$relocatableMarker = this.$$( '<img>' );
 
        // Events
        this.connect( this, {

-- 
To view, visit https://gerrit.wikimedia.org/r/70217
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39d4b8bc4f7c88068ad7e290130389f6c532743d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to