aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/i/lib/inflect.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/i/lib/inflect.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/i/lib/inflect.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/i/lib/inflect.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/i/lib/inflect.js
deleted file mode 100644
index 5e0cc704..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/i/lib/inflect.js
+++ /dev/null
@@ -1,11 +0,0 @@
-// Requiring modules
-
-module.exports = function (attach) {
- var methods = require('./methods');
-
- if (attach) {
- require('./native')(methods);
- }
-
- return methods
-};