Skip to content

Commit

Permalink
fix(call-log): comments erratum
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltX committed Jan 28, 2018
1 parent 76a644d commit 4b9cf17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/@ionic-native/plugins/call-log/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
export class CallLog extends IonicNativePlugin {

/**
* This function does something
* @param dateFrom {string} get call logs from this date (format yyyy-dd-mm)
* @param dateTo {string} get call logs until this date (format yyyy-dd-mm)
* This function return the call logs
* @param dateFrom {string} get logs from this date (format yyyy-MM-dd)
* @param dateTo {string} get logs until this date (format yyyy-MM-dd)
* @param filters {object[]} array of object to filter the query
* Object must respect this structure {'name':'...', 'value': '...', 'operator': '=='}
* (see https://github.com/creacore-team/cordova-plugin-calllog for more details)
Expand Down

0 comments on commit 4b9cf17

Please sign in to comment.