Skip to content

Commit

Permalink
Add clarification to ICS viewer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Higgins committed Dec 18, 2012
1 parent d65f18c commit 2913107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/blackberry_invoke_card.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ blackberry.invoke.card = {
invokeFilePicker : function(options, onSave, onCancel, onInvoke){},

/**
* @description Invokes the IcsViewer Card.
* @description Invokes the IcsViewer Card to display an iCalendar (.ics) event.
* @param {blackberry.invoke.card.IcsViewerOptions} options An object to type {@link blackberry.invoke.card.IcsViewerOptions} describes all the options available for IcsViewer.
* @callback {function} onDone The callback function that will be triggered .
* @callback {function} onDone The callback function that will be triggered when the event is added to a calendar.
* @callback {String} [onDone.data] A data string might be an empty or to contain some information.
* @callback {function} onCancel The callback function that will be triggered when the card invocation has been cancelled.
* @callback {String} [onCancel.reason] A string that describes the reason the IcsViewer was cancelled.
Expand Down

0 comments on commit 2913107

Please sign in to comment.