Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

Environment (Env)

frenzylabs edited this page Dec 14, 2010 · 1 revision

CoreJS's Environment object uses getters/setters on an env object for easily setting or accessing environment variables.

// Set an environment variable
Env.YOUR_VAR = "this is an env var";

// Get the value of an environment variable
var myVar = Env.YOUR_VAR;
Clone this wiki locally