1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Merge pull request #3492 from pquentin/master

Replace tabs with spaces for consistency
This commit is contained in:
Kevin Brown 2015-06-18 16:39:11 -04:00
commit 6a08076c18
2 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@
// styles for the event log in the "DOM events" section of the docs
.s2-event-log {
background: #002451;
color: white;
color: white;
font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
margin: 0 -15px 15px;
padding: 45px 15px 15px;
position: relative;
position: relative;
&:after {
content: "Event Log";

View File

@ -78,8 +78,8 @@ define([
// Hide the original select
$element.addClass('select2-hidden-accessible');
$element.attr('aria-hidden', 'true');
$element.attr('aria-hidden', 'true');
// Synchronize any monitored attributes
this._syncAttributes();
@ -491,7 +491,7 @@ define([
this.$element.attr('tabindex', this.$element.data('old-tabindex'));
this.$element.removeClass('select2-hidden-accessible');
this.$element.attr('aria-hidden', 'false');
this.$element.attr('aria-hidden', 'false');
this.$element.removeData('select2');
this.dataAdapter.destroy();