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