Skip to content

Commit 5efdc35

Browse files
committed
Replace tabs with spaces for consistency
1 parent 117f11d commit 5efdc35

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/_sass/_examples.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
// styles for the event log in the "DOM events" section of the docs
4242
.s2-event-log {
4343
background: #002451;
44-
color: white;
44+
color: white;
4545
font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
4646
margin: 0 -15px 15px;
4747
padding: 45px 15px 15px;
48-
position: relative;
48+
position: relative;
4949

5050
&:after {
5151
content: "Event Log";

src/js/select2/core.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ define([
7878

7979
// Hide the original select
8080
$element.addClass('select2-hidden-accessible');
81-
$element.attr('aria-hidden', 'true');
82-
81+
$element.attr('aria-hidden', 'true');
82+
8383
// Synchronize any monitored attributes
8484
this._syncAttributes();
8585

@@ -491,7 +491,7 @@ define([
491491
this.$element.attr('tabindex', this.$element.data('old-tabindex'));
492492

493493
this.$element.removeClass('select2-hidden-accessible');
494-
this.$element.attr('aria-hidden', 'false');
494+
this.$element.attr('aria-hidden', 'false');
495495
this.$element.removeData('select2');
496496

497497
this.dataAdapter.destroy();

0 commit comments

Comments
 (0)