Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit b347cdb

Browse files
committed
Fixed formatting.
1 parent 4f39ef2 commit b347cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/views/text_input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function(_, $, Backbone){
77
"use strict";
88

99
var _template_text = ['<input name="location" type="text" class="search-from" placeholder="Type in Location"/>',
10-
'<button class="close">&times;</button>'].join(''),
10+
'<button class="close">&times;</button>'].join(''),
1111
_view_counter = 0,
1212

1313
TextInput = Backbone.View.extend({

0 commit comments

Comments
 (0)