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
|
||||
###
|
||||
|
||||
be ?= {}
|
||||
be.bastelstu ?= {}
|
||||
be.bastelstu.WCF ?= {}
|
||||
|
||||
consoleMock = console
|
||||
consoleMock ?=
|
||||
window.consoleMock = console
|
||||
window.consoleMock ?=
|
||||
log: () ->,
|
||||
warn: () ->,
|
||||
error: () ->
|
||||
|
||||
(($, window, console) ->
|
||||
window.be ?= {}
|
||||
be.bastelstu ?= {}
|
||||
be.bastelstu.WCF ?= {}
|
||||
|
||||
be.bastelstu.WCF.Chat =
|
||||
# Tims Chat stops loading when this reaches zero
|
||||
# TODO: We need an explosion animation
|
||||
|
Loading…
Reference in New Issue
Block a user