Skip to content

Commit

Permalink
spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
barretts committed Apr 2, 2015
1 parent 6fe9748 commit 339abd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

it('should give it focus to select', function(done) {
var inputId = "labeledSelect";
$('#fixture').append('<label for="'+inputId+'">select</label>');
$('#fixture').append('<label for="'+inputId+'">select</label>');
var label = $('label[for="'+inputId+'"]');

var test = setup_test('<select id="'+inputId+'">' +
Expand All @@ -64,7 +64,7 @@

it('should give it focus to input', function(done) {
var inputId = "labeledInput";
$('#fixture').append('<label for="'+inputId+'">input</label>');
$('#fixture').append('<label for="'+inputId+'">input</label>');
var label = $('label[for="'+inputId+'"]');

var test = setup_test('<input id="'+inputId+'" type="text" value="a,b,c,d">', {});
Expand Down Expand Up @@ -276,7 +276,7 @@
expect(selectize.getItem(text).length).to.be.equal(0);
expect($(selectize.$dropdown_content).filter('.create').length).to.be.equal(0);
});
});
});

});

Expand Down

0 comments on commit 339abd1

Please sign in to comment.