mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
remove unnecessary property quotes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$('#country').countrySelect();
|
||||
|
||||
$('#country').countrySelect({
|
||||
'defaultCountry': 'gb'
|
||||
defaultCountry: 'gb'
|
||||
});
|
||||
|
||||
$('#country').countrySelect('destroy');
|
||||
|
||||
Reference in New Issue
Block a user