Skip to content
Extraits de code Groupes Projets
  • Anthon Pang's avatar
    2ee4124d
    jslint and coding style changes · 2ee4124d
    Anthon Pang a rédigé
    * blank line before 'if' and 'return' (unless at start of a block)
    * convert tabs to spaces
    * redo typeof property !== 'undefined' workaround
    * replace .substr() and .substring() with .slice()
    * use aliases where possible
    2ee4124d
    Historique
    jslint and coding style changes
    Anthon Pang a rédigé
    * blank line before 'if' and 'return' (unless at start of a block)
    * convert tabs to spaces
    * redo typeof property !== 'undefined' workaround
    * replace .substr() and .substring() with .slice()
    * use aliases where possible