sampottinger / co_opencampaigndata

API service for serving Colorado TRACER data for opencampaigndata.org
GNU General Public License v3.0
10 stars 1 forks source link

Fixed violation of Google's JavaScript Style Guidelines. #7

Closed sampottinger closed 11 years ago

sampottinger commented 11 years ago

Although the commits were a little messy... this brings the data_formatters up to Google's JavaScript Style Guidelines, as mandated by this project's README file.

Code review requested! :-)

sampottinger commented 11 years ago

Just to confirm, this passes unit tests and jshint.

sampottinger commented 11 years ago

While this pull request brings the code to conform with Google's Standard Guidelines, it introduces inconsistencies in tab width. This request will be closed and another should be opened when that is fixed. Since most of the code base conforms to 4 space indentation, I suggest this should as well.