aboutsummaryrefslogtreecommitdiff
path: root/node_modules/when/node/function.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/when/node/function.js')
-rw-r--r--node_modules/when/node/function.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/when/node/function.js b/node_modules/when/node/function.js
new file mode 100644
index 000000000..6736f1a9c
--- /dev/null
+++ b/node_modules/when/node/function.js
@@ -0,0 +1,13 @@
+/** @license MIT License (c) copyright 2013 original author or authors */
+
+/**
+ * @author Brian Cavalier
+ */
+(function(define) { 'use strict';
+define(function(require) {
+
+ // DEPRECATED: Use when/node instead
+ return require('../node');
+
+});
+}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));