From 18c96ab6926658d6707f1f3be935078f1cb08411 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 21:53:45 +0100 Subject: node modules --- node_modules/async/internal/once.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 node_modules/async/internal/once.js (limited to 'node_modules/async/internal/once.js') diff --git a/node_modules/async/internal/once.js b/node_modules/async/internal/once.js deleted file mode 100644 index f0c379f75..000000000 --- a/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 -- cgit v1.2.3