Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
fix(landing): fix js linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LukyVj committed Apr 26, 2016
1 parent 0c7c4d7 commit 22253cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (process.env.NODE_ENV === 'development') {
}

placesAutocomplete.on('change', function(e) {
if(e.query == "") {
if (e.query === '') {
$response.textContent = '';
$response.classList.remove('display');
} else {
Expand Down

0 comments on commit 22253cf

Please sign in to comment.