add information

This commit is contained in:
Thomas 2020-04-30 09:58:52 +02:00
parent 87f905af43
commit a6055966a7

View file

@ -4,6 +4,8 @@
* Copyright Andrey Izman and other contributors
* Released under the MIT license
* Date: 2018-04-27T09:03Z
* stom79: https://github.com/stom79
* Edited: 2020-04 adding completion for mentions related to the Mastodon API
*/
window = ( typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {} );
document = window.document || {};