Skip to content

Commit c034338

Browse files
Remove spaces
1 parent 01d7f51 commit c034338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ define([
7070
isValid = $.mage.isValidSelector(anchor),
7171
anchorId = anchor.replace('#', '');
7272

73-
if (anchor && isValid) {
73+
if (anchor && isValid) {
7474
$.each(self.contents, function (i) {
7575
if ($(this).attr('id') === anchorId || $(this).find('#' + anchorId).length) {
7676
self.collapsibles.not(self.collapsibles.eq(i)).collapsible('forceDeactivate');

0 commit comments

Comments
 (0)