From 0ed67f13559114dc13a904cfcbd05eec3506b26d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 15 Jun 2015 11:33:21 -0400 Subject: [PATCH] (doc) Improve Angular services documentation --- UI/WebServerResources/js/Scheduler/Calendar.service.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/WebServerResources/js/Scheduler/Calendar.service.js b/UI/WebServerResources/js/Scheduler/Calendar.service.js index 03a16fc61..d83d66c33 100644 --- a/UI/WebServerResources/js/Scheduler/Calendar.service.js +++ b/UI/WebServerResources/js/Scheduler/Calendar.service.js @@ -96,7 +96,7 @@ /** * @memberof Calendar - * @desc Find a calendar among local instances (personal calendars and subscriptions). + * @desc Find a calendar among local instances (personal calendars, subscriptions and Web calendars). * @param {string} id - the calendar ID * @returns an object literal of the matching Calendar instance */ @@ -271,7 +271,7 @@ /** * @function $getComponent * @memberof Calendar.prototype - * @desc Fetch the card attributes from the server. + * @desc Fetch a component attributes from the server. * @returns a promise of the HTTP operation */ Calendar.prototype.$getComponent = function(componentId) {