FMOD not defined in HTML5

sure but the code generates that data into the variable fmod, im looking for the global enums

var fmod = {
    TOTAL_MEMORY: 24 * 1024 * 1024,
    preRun: preRun,
    onRuntimeInitialized: main
};

is the same thing as above from what i can tell of the compiled js.

if i just past that into the js I get this

Uncaught TypeError: FMOD.STUDIO_INITFLAGS is undefined