jenkins-bot has submitted this change and it was merged.
Change subject: (hotfix) $.util.getDirectionality: Namespace might not be
defined
......................................................................
(hotfix) $.util.getDirectionality: Namespace might not be defined
Change-Id: Id0563da5bf8ccd5b4e126824c348ba50c5a8c026
---
M repo/resources/jquery/jquery.util.getDirectionality.js
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Adrian Lang: Looks good to me, approved
jenkins-bot: Verified
diff --git a/repo/resources/jquery/jquery.util.getDirectionality.js
b/repo/resources/jquery/jquery.util.getDirectionality.js
index 44279a1..b5ecbb9 100644
--- a/repo/resources/jquery/jquery.util.getDirectionality.js
+++ b/repo/resources/jquery/jquery.util.getDirectionality.js
@@ -1,6 +1,8 @@
( function ( $ ) {
'use strict';
+$.util = $.util || {};
+
/**
* Returns the directionality of a language by querying the Universal Language
Selector. If ULS is
* not available the HTML element's `dir` attribute is evaluated. If that is
unset, `auto` is
--
To view, visit https://gerrit.wikimedia.org/r/191050
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id0563da5bf8ccd5b4e126824c348ba50c5a8c026
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Henning Snater <[email protected]>
Gerrit-Reviewer: Adrian Lang <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits