From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/when/unfold.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 node_modules/when/unfold.js (limited to 'node_modules/when/unfold.js') diff --git a/node_modules/when/unfold.js b/node_modules/when/unfold.js new file mode 100644 index 00000000..807bcfca --- /dev/null +++ b/node_modules/when/unfold.js @@ -0,0 +1,17 @@ +/** @license MIT License (c) copyright B Cavalier & J Hann */ + +/** + * unfold + * @author: brian@hovercraftstudios.com + */ +(function(define) { +define(function(require) { + + /** + * @deprecated Use when.unfold + */ + return require('./when').unfold; + +}); +})(typeof define === 'function' && define.amd ? define : function (factory) { module.exports = factory(require); } ); + -- cgit v1.2.3