jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/391885 )

Change subject: DraggableGroupElement: Don't try to access non-existent property
......................................................................


DraggableGroupElement: Don't try to access non-existent property

Change-Id: I6b42cc7001bf739deb8d85b39f43e2e3a22a09b7
---
M src/mixins/DraggableGroupElement.js
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  VolkerE: Looks good to me, approved



diff --git a/src/mixins/DraggableGroupElement.js 
b/src/mixins/DraggableGroupElement.js
index 02425f1..cee1db2 100644
--- a/src/mixins/DraggableGroupElement.js
+++ b/src/mixins/DraggableGroupElement.js
@@ -48,7 +48,6 @@
        }
        this.$element
                .addClass( 'oo-ui-draggableGroupElement' )
-               .append( this.$status )
                .toggleClass( 'oo-ui-draggableGroupElement-horizontal', 
this.orientation === 'horizontal' );
 };
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b42cc7001bf739deb8d85b39f43e2e3a22a09b7
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: VolkerE <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to