mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-16 06:06:11 -06:00
[PR #70] [CLOSED] Javascript style changes + Collection.observeChanges #83
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awatson1978/meteor-api/pull/70
Author: @aspin
Created: 9/6/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
7018dd8Complies better with javascript style guide. Changed double quotes to single, added spacing after function()0a1718eAdded spacing to Meteor.methods snippetb60868fAdded spacing after IF keyword24fcf75Added snippet for Collection.observeChanges + added spacing on between Collection definition and rules861590dRenamed accounts to be prefixed with Accounts.[stuff] and improved some whitespace3e59423Fixed collection allow/deny7d49a0dadded tinytest snippets, fixed to ES6 functions, added spacing📊 Changes
1 file changed (+510 additions, -471 deletions)
View changed files
📝
snippets/meteor-api-snippets-javascript.cson(+510 -471)📄 Description
Changed all double quotes to single quotes, added spacing after
function()and before the{and after hash keys (e.g.key: valueinstead ofkey:value).These were mostly small things that were annoying me when I was using this package. Discussion welcome.
Reference: Airbnb Javascript Style Guide
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.