Rev | Line | |
---|
[16971] | 1 | /*! |
---|
| 2 | * @overview es6-promise - a tiny implementation of Promises/A+. |
---|
| 3 | * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) |
---|
| 4 | * @license Licensed under MIT license |
---|
| 5 | * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE |
---|
| 6 | * @version 4.1.1 |
---|
| 7 | */ |
---|
| 8 | |
---|
| 9 | /*! |
---|
| 10 | * Sizzle CSS Selector Engine v2.3.5 |
---|
| 11 | * https://sizzlejs.com/ |
---|
| 12 | * |
---|
| 13 | * Copyright JS Foundation and other contributors |
---|
| 14 | * Released under the MIT license |
---|
| 15 | * https://js.foundation/ |
---|
| 16 | * |
---|
| 17 | * Date: 2020-03-14 |
---|
| 18 | */ |
---|
| 19 | |
---|
| 20 | /*! |
---|
| 21 | * autocomplete.js 0.37.1 |
---|
| 22 | * https://github.com/algolia/autocomplete.js |
---|
| 23 | * Copyright 2020 Algolia, Inc. and other contributors; Licensed MIT |
---|
| 24 | */ |
---|
| 25 | |
---|
| 26 | /*! |
---|
| 27 | * clipboard.js v2.0.6 |
---|
| 28 | * https://clipboardjs.com/ |
---|
| 29 | * |
---|
| 30 | * Licensed MIT © Zeno Rocha |
---|
| 31 | */ |
---|
| 32 | |
---|
| 33 | /*! |
---|
| 34 | * jQuery JavaScript Library v3.5.1 |
---|
| 35 | * https://jquery.com/ |
---|
| 36 | * |
---|
| 37 | * Includes Sizzle.js |
---|
| 38 | * https://sizzlejs.com/ |
---|
| 39 | * |
---|
| 40 | * Copyright JS Foundation and other contributors |
---|
| 41 | * Released under the MIT license |
---|
| 42 | * https://jquery.org/license |
---|
| 43 | * |
---|
| 44 | * Date: 2020-05-04T22:49Z |
---|
| 45 | */ |
---|
| 46 | |
---|
| 47 | /*! tooltipster v4.2.8 */ |
---|
| 48 | |
---|
| 49 | //! moment.js |
---|
| 50 | |
---|
| 51 | //! moment.js language configuration |
---|
| 52 | |
---|
| 53 | //! moment.js locale configuration |
---|
Note: See
TracBrowser for help on using the repository browser.