Skip to content

Commit 339abd1

Browse files
committed
spaces to tabs
1 parent 6fe9748 commit 339abd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/interaction.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

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

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

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

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

281281
});
282282

0 commit comments

Comments
 (0)