All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.javascript.TrailingComma.html Maven / Gradle / Ivy

Most browsers do support trailing comma, but that's not the case for Internet Explorer for which a meaningless error is thrown for most IE versions.

The following code snippet illustrates this rule :

var settings = {
    'foo'  : oof,
    'bar' : rab,    // trailing comma
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy