Skip to content

Commit

Permalink
LPS-109327 Use the A available in the callback instead of create a ne…
Browse files Browse the repository at this point in the history
…w instance of AUI
  • Loading branch information
boton authored and brianchandotcom committed Mar 2, 2020
1 parent b2e5201 commit 307a4ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ currentURLObj.setParameter("historyKey", renderResponse.getNamespace() + "asset-
<c:if test="<%= depotAdminMembershipsDisplayContext.isSelectable() %>">
<aui:script require="frontend-js-web/liferay/ItemSelectorDialog.es as ItemSelectorDialog">
AUI().use('liferay-search-container', function(A) {
var AArray = AUI().Array;
var AArray = A.Array;

var addDepotGroupIds = [];
var deleteDepotGroupIds = [];
Expand Down

0 comments on commit 307a4ee

Please sign in to comment.