pull/282/head
Lennart Kats 2016-03-30 15:30:34 +00:00
rodzic c1f00813ea
commit 0c2fafe10e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -74,12 +74,15 @@ define(function(require, exports, module) {
plugin.freezePublicAPI({ plugin.freezePublicAPI({
/** /**
* Returns the logged in user. * Returns the logged in user.
*
* @param [callback]
* @return {Object} The currently user * @return {Object} The currently user
*/ */
getUser: getUser, getUser: getUser,
/** /**
* Return the active workspace. * Return the active workspace.
*
* @return {Object} The currently active workspace * @return {Object} The currently active workspace
*/ */
getWorkspace: getWorkspace, getWorkspace: getWorkspace,