isFF

a read-only boolean indicating whether the current browser is Firefox

boolean isFF;

Example

if (webix.env.isFF)
    do_something();

See also
Back to top