forked from fanruan/fineui
32 lines
845 B
32 lines
845 B
/*! |
|
* @overview es6-promise - a tiny implementation of Promises/A+. |
|
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) |
|
* @license Licensed under MIT license |
|
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE |
|
* @version v4.2.8+1e68dce6 |
|
*/ |
|
|
|
/*! |
|
* Sizzle CSS Selector Engine v2.2.1 |
|
* http://sizzlejs.com/ |
|
* |
|
* Copyright jQuery Foundation and other contributors |
|
* Released under the MIT license |
|
* http://jquery.org/license |
|
* |
|
* Date: 2015-10-17 |
|
*/ |
|
|
|
/*! |
|
* jQuery JavaScript Library v1.12.4 |
|
* http://jquery.com/ |
|
* |
|
* Includes Sizzle.js |
|
* http://sizzlejs.com/ |
|
* |
|
* Copyright jQuery Foundation and other contributors |
|
* Released under the MIT license |
|
* http://jquery.org/license |
|
* |
|
* Date: 2016-05-20T17:17Z |
|
*/
|
|
|