summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/async/internal/once.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/async/internal/once.js')
-rw-r--r--common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/async/internal/once.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/async/internal/once.js b/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/async/internal/once.js
deleted file mode 100644
index f0c379f..0000000
--- a/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/async/internal/once.js
+++ /dev/null
@@ -1,15 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = once;
-function once(fn) {
- return function () {
- if (fn === null) return;
- var callFn = fn;
- fn = null;
- callFn.apply(this, arguments);
- };
-}
-module.exports = exports["default"]; \ No newline at end of file