Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32158954
icky-global.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
350 B
Referenced Files
None
Subscribers
None
icky-global.js
View Options
// @flow
import
type
{
NavContextType
}
from
'./navigation-context.js'
;
let
globalNavContext
:
?
NavContextType
=
null
;
function
setGlobalNavContext
(
navContext
:
?
NavContextType
)
{
globalNavContext
=
navContext
;
}
function
getGlobalNavContext
()
:
?
NavContextType
{
return
globalNavContext
;
}
export
{
setGlobalNavContext
,
getGlobalNavContext
};
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Dec 7, 4:23 PM (11 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5830836
Default Alt Text
icky-global.js (350 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment