mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
[Pale-Moon] remove Application prefix in enterTabbedMode method
This commit is contained in:
parent
7852cec48a
commit
16f07caa39
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue