Skip to content

Commit

Permalink
Add object keys to example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Feb 6, 2014
1 parent a46fcc1 commit bbce381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ in the proper package's repository.
# * `package-disabled` - after the package is disabled.
#
# name - The {String} name of the package to disable.
# options - The {Object} with disable options (default: {}):
# :trackTime - `true` to track the amount of time disabling took.
# :ignoreErrors - `true` to catch and ignore errors thrown.
# callback - The {Function} to call after the package has been disabled.
#
# Returns `undefined`.
disablePackage: (name, delay, callback) ->
disablePackage: (name, options, callback) ->
```

0 comments on commit bbce381

Please sign in to comment.