aboutsummaryrefslogtreecommitdiff
path: root/src/js/thirdparty/depd.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/thirdparty/depd.js')
-rw-r--r--src/js/thirdparty/depd.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/js/thirdparty/depd.js b/src/js/thirdparty/depd.js
index 2da8901bc..9279253ef 100644
--- a/src/js/thirdparty/depd.js
+++ b/src/js/thirdparty/depd.js
@@ -1,4 +1,4 @@
-function depd2(namespace) {
+export default function depd(namespace) {
if (!namespace) {
throw new TypeError("argument namespace is required");
}
@@ -30,6 +30,3 @@ function wrapproperty(obj, prop, message) {
throw new TypeError("property must be configurable");
}
}
-
-export default depd2;
-depd2[Symbol.for("CommonJS")] = 0;