Skip to content

Commit 8369f30

Browse files
committed
Declaring variable first and added blank line
1 parent 5cf6e17 commit 8369f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/web/mage/accordion.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ define([
8282
* @private
8383
*/
8484
_closeOthers: function () {
85+
var self = this;
86+
8587
if (!this.options.multipleCollapsible) {
86-
var self = this;
8788
$.each(this.collapsibles, function () {
8889
$(this).on('beforeOpen', function () {
8990
self.collapsibles.not(this).collapsible('deactivate');

0 commit comments

Comments
 (0)