chore(): new plugin cleanup

This commit is contained in:
Tim Lancina
2016-03-04 15:42:21 -06:00
parent 5ad72de3d3
commit 98fbe6c7ce
6 changed files with 161 additions and 69 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class DatePicker {
* @param options
* @returns {Promise<Date>} Returns a promise that resolves with the picked date and/or time, or rejects with an error.
*/
@Cordova
@Cordova()
static show(options? : {
mode : string,
date : string,