Skip to content

Commit

Permalink
fix messageSendingOptions defould option
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Mar 26, 2018
1 parent c6761ff commit d91a4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/JMessagePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ var JMessagePlugin = {
* 是否开启了自定义接收方通知栏功能。
* @type {?boolean}
*/
isCustomNotificationEnabled: null,
isCustomNotificationEnabled: undefined,
/**
* 设置此条消息在接收方通知栏所展示通知的标题。
* @type {?string}
*/
notificationTitle: null,
notificationTitle: undefined,
/**
* 设置此条消息在接收方通知栏所展示通知的内容。
* @type {?string}
*/
notificationText: null
notificationText: undefined
},
/**
* @param {object} params = {
Expand Down

0 comments on commit d91a4d8

Please sign in to comment.