kopia lustrzana https://github.com/c9/core
Fix button
rodzic
c1f00813ea
commit
0c2fafe10e
|
@ -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,
|
||||||
|
|
Ładowanie…
Reference in New Issue