Browse Source

fix typo

sisyphus
Dustin Falgout 8 years ago
parent
commit
01234103af
  1. 2
      themes/antergos/js/greeter.js

2
themes/antergos/js/greeter.js

@ -214,7 +214,7 @@ class AntergosThemeUtils {
} }
is_not_empty( value ) { is_not_empty( value ) {
empty_values = [null, 'null', undefined, 'undefined']; let empty_values = [null, 'null', undefined, 'undefined'];
return empty_values.findIndex(v => v === value) === -1; return empty_values.findIndex(v => v === value) === -1;
} }

Loading…
Cancel
Save