Skip to content

Commit 5160ab6

Browse files
authored
#4787 removed window dependencey to get global jQuery in legacy JS (#11354)
1 parent 83243a2 commit 5160ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/controllers/grid/users/reviewer/AdvancedReviewerSearchHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@
125125
};
126126

127127

128-
}(window.jQuery));
128+
}(jQuery));

0 commit comments

Comments
 (0)