google / compare-codecs

Apache License 2.0
49 stars 23 forks source link

Apply Javascript conventions #47

Open alvestrand opened 9 years ago

alvestrand commented 9 years ago

The current Javascript uses UpperCamelCase for function names, while proper Javascript style is to use lowerCamelCase for functions, and UpperCamelCase only for constructors (~ class names).

This should be fixed.