[ Info: ] Kilogaiajax's global properties - Glidias/Kilogaiajax GitHub Wiki

Here's a list of all the variables are declared in global namespace for the main javascript Kilogaiajax framework (site.js). Ensure there is no conflict with any existing Javascript.

  • Gaiajax (Class)
  • GaiaDebug (Class)
  • GaiaSignal (Class)
  • gaiaRedirect (String)
  • gaiaSiteJson (String)
  • gaiaReady (Function)
  • gaiaTransitionIn (Function)
  • gaiaTransitionInComplete (Function)
  • gaiaTransitionOut (Function)
  • gaiaTransitionOutComplete (Function)

I did consider placing all "gaia" properties within the Gaiajax object to minimize global namespace pollution. However, since i wanted certain coding brevity when it came to declaring certain variables within global scope, I decided to leave these out at top-level.