Skip to content

Commit

Permalink
Merge branch 'pr' into develop
Browse files Browse the repository at this point in the history
* pr:
  Changed javascript @memberof to @memberof (lowercase o)

Closes spadgos#431
  • Loading branch information
gerardroche committed Jan 29, 2018
2 parents 5908b72 + 874ef74 commit bcc0b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{ "trigger" : "@lends", "contents": "@lends ${1:[symbolAlias]}"},
{ "trigger" : "@license", "contents": "@license ${1:[url]} ${2:[description]}"},
{ "trigger" : "@main", "contents": "@main ${1:[module name]}"},
{ "trigger" : "@memberOf", "contents": "@memberOf ${1:[parentNamePath]}"},
{ "trigger" : "@memberof", "contents": "@memberof ${1:[parentNamePath]}"},
{ "trigger" : "@method", "contents": "@method ${1:[name]}"},
{ "trigger" : "@module", "contents": "@module ${1:[module name]}"},
{ "trigger" : "@name", "contents": "@name ${1:[name]}"},
Expand Down

0 comments on commit bcc0b71

Please sign in to comment.