The addIndicator function definition was missing from the file, causing window.addIndicator to reference itself in a circular reference. Added back the full function definition and removed the problematic circular reference assignment.
The addIndicator function definition was missing from the file, causing window.addIndicator to reference itself in a circular reference. Added back the full function definition and removed the problematic circular reference assignment.