mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix: In file/js/be.bastelstu.WCF.Chat.coffee, the variable "be" can't be assigned with ?= because it has not been defined.
This commit is contained in:
parent
7cc2c613b6
commit
973852f581
@ -7,17 +7,16 @@
|
|||||||
# @package be.bastelstu.wcf.chat
|
# @package be.bastelstu.wcf.chat
|
||||||
###
|
###
|
||||||
|
|
||||||
be ?= {}
|
window.consoleMock = console
|
||||||
be.bastelstu ?= {}
|
window.consoleMock ?=
|
||||||
be.bastelstu.WCF ?= {}
|
|
||||||
|
|
||||||
consoleMock = console
|
|
||||||
consoleMock ?=
|
|
||||||
log: () ->,
|
log: () ->,
|
||||||
warn: () ->,
|
warn: () ->,
|
||||||
error: () ->
|
error: () ->
|
||||||
|
|
||||||
(($, window, console) ->
|
(($, window, console) ->
|
||||||
|
window.be ?= {}
|
||||||
|
be.bastelstu ?= {}
|
||||||
|
be.bastelstu.WCF ?= {}
|
||||||
|
|
||||||
be.bastelstu.WCF.Chat =
|
be.bastelstu.WCF.Chat =
|
||||||
# Tims Chat stops loading when this reaches zero
|
# Tims Chat stops loading when this reaches zero
|
||||||
# TODO: We need an explosion animation
|
# TODO: We need an explosion animation
|
||||||
|
Loading…
Reference in New Issue
Block a user