[Pale-Moon] remove Application prefix in enterTabbedMode method

This commit is contained in:
roytam1 2021-11-09 21:20:37 +08:00
commit 16f07caa39

View file

@ -3344,8 +3344,8 @@
<!-- Deprecated stuff, implemented for backwards compatibility. -->
<method name="enterTabbedMode">
<body>
Application.console.log("enterTabbedMode is an obsolete method and " +
"will be removed in a future release.");
console.log("enterTabbedMode is an obsolete method and " +
"will be removed in a future release.");
</body>
</method>
<field name="mTabbedMode" readonly="true">true</field>