Update poll.js
This commit is contained in:
parent
9b3221f2f9
commit
65c7b5d7ac
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* This file is part of the ForkBB <https://github.com/forkbb>.
|
||||
*
|
||||
* @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
|
||||
* @license The MIT License (MIT)
|
||||
*/
|
||||
|
||||
if (typeof ForkBB === "undefined" || !ForkBB) {
|
||||
var ForkBB = {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue