diff --git a/plugins/c9.ide.info/info.js b/plugins/c9.ide.info/info.js index c3ad0b6b..5df32577 100644 --- a/plugins/c9.ide.info/info.js +++ b/plugins/c9.ide.info/info.js @@ -74,12 +74,15 @@ define(function(require, exports, module) { plugin.freezePublicAPI({ /** * Returns the logged in user. + * + * @param [callback] * @return {Object} The currently user */ getUser: getUser, /** * Return the active workspace. + * * @return {Object} The currently active workspace */ getWorkspace: getWorkspace,