awatson1978 / meteor-api

Meteor API with tab completion and syntax highlighting.
MIT License
80 stars 17 forks source link

Javascript style changes + Collection.observeChanges #70

Closed aspin closed 5 years ago

aspin commented 9 years ago

Changed all double quotes to single quotes, added spacing after function() and before the { and after hash keys (e.g. key: value instead of key:value).

These were mostly small things that were annoying me when I was using this package. Discussion welcome.

Reference: Airbnb Javascript Style Guide