
imports.misc.ibusManager.IBus is declared as const, so referencing it
from another module triggers a warning with recent mozjs. As of commit
083d11a032
IBus is mandatory, so just make it a regular import to avoid
the warning.
imports.misc.ibusManager.IBus is declared as const, so referencing it
from another module triggers a warning with recent mozjs. As of commit
083d11a032
IBus is mandatory, so just make it a regular import to avoid
the warning.