docs(): updated docs

This commit is contained in:
mhartington
2016-08-01 14:01:54 -04:00
parent ea049ff82f
commit 5162411b38
4 changed files with 25 additions and 40 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import { Cordova, Plugin } from './plugin';
* 'addCancelButtonWithLabel': 'Cancel',
* 'addDestructiveButtonWithLabel' : 'Delete'
* }).then((buttonIndex: number) => {
* console.log('Button pressed: ' + buttonLabels[buttonIndex - 1]);
* console.log('Button pressed: ' + buttonIndex);
* });
* ```
*