Skip to content

Commit fd6cfc6

Browse files
author
bra1n
committed
fixed syntax to be independent of line-breaks
1 parent 5875fb9 commit fd6cfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.selectBox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343

4444
this.init(options);
45-
}
45+
};
4646

4747
/**
4848
* @type {String}
@@ -593,7 +593,7 @@
593593
$(this).removeClass('selectBox-menuShowing selectBox-menuShowing-'+(posTop?'top':'bottom'));
594594
}
595595

596-
options.css('max-height','')
596+
options.css('max-height','');
597597
//Remove Top or Bottom class based on position
598598
options.removeClass('selectBox-options-'+(posTop?'top':'bottom'));
599599
options.data('posTop' , false);

0 commit comments

Comments
 (0)