You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
358 B
13 lines
358 B
/** @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); }));
|
|
|