remove key and value bullts

This commit is contained in:
Shelley Vohr 2017-12-13 16:02:15 -05:00
parent 3fc844c15a
commit 26ad37c4d1
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -108,9 +108,7 @@ Same as `unsubscribeNotification`, but removes the subscriber from `NSNotificati
### `systemPreferences.registerDefaults(defaults)` _macOS_
* `defaults` Object - a dictionary of (`key: value`) user defaults
* `key` String
* `value` Any
* `defaults` Object - a dictionary of (`key: value`) user defaults
Add the specified defaults to your application's `NSUserDefaults`.