From 5735b67e7ec240ee228cc7313a977cf57d66eb2f Mon Sep 17 00:00:00 2001 From: Ignat Ignatov Date: Thu, 21 Apr 2016 14:25:21 +0200 Subject: [PATCH] Updated the API-docs for platform.versions(). --- ionic/platform/platform.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ionic/platform/platform.ts b/ionic/platform/platform.ts index 119bae2fcd..245cd35574 100644 --- a/ionic/platform/platform.ts +++ b/ionic/platform/platform.ts @@ -152,9 +152,7 @@ export class Platform { * } * ``` * - * @param {string} [platformName] optional platformName - * @returns {object} An object with various platform info - * + * @returns {object} An object containing all of the platforms and their versions. */ versions(): {[name: string]: PlatformVersion} { // get all the platforms that have a valid parsed version