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.
11 lines
393 B
11 lines
393 B
+++ 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)
|
|
|