You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
8 years ago
|
+++ common/modules/base.jsm
|
||
|
@@ -378,9 +378,6 @@
|
||
|
this.constructor.className ? this.constructor.className + "#" :
|
||
|
"";
|
||
|
|
||
|
- deprecated.warn(func,
|
||
|
- obj + (fn.realName || fn.name || name || "").replace(/__/g, "."),
|
||
|
- alternative);
|
||
|
return func.apply(this, arguments);
|
||
|
}
|
||
|
if (func.name)
|
||
|
+++ disable-deprecated.patch
|
||
|
@@ -0,0 +1,13 @@
|
||
|
+diff -Nur ../pentadactyl-pm-pentadactyl-1.2pre-pm-3/common/modules/base.jsm ./common/modules/base.jsm
|
||
|
+--- ../pentadactyl-pm-pentadactyl-1.2pre-pm-3/common/modules/base.jsm 2017-01-23 03:13:03.000000000 +0100
|
||
|
++++ ./common/modules/base.jsm 2017-03-19 01:48:11.357447546 +0100
|
||
|
+@@ -378,9 +378,6 @@
|
||
|
+ this.constructor.className ? this.constructor.className + "#" :
|
||
|
+ "";
|
||
|
+
|
||
|
+- deprecated.warn(func,
|
||
|
+- obj + (fn.realName || fn.name || name || "").replace(/__/g, "."),
|
||
|
+- alternative);
|
||
|
+ return func.apply(this, arguments);
|
||
|
+ }
|
||
|
+ if (func.name)
|