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({
/**
* 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,