mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Coffeescript does not support undefined in there :(
This commit is contained in:
parent
5905005929
commit
3afc1d8e94
@ -10,7 +10,7 @@
|
||||
TimWolla ?= {}
|
||||
TimWolla.WCF ?= {}
|
||||
|
||||
(($, window, undefined) ->
|
||||
(($, window) ->
|
||||
TimWolla.WCF.Chat =
|
||||
titleTemplate: null
|
||||
title: document.title
|
||||
|
Loading…
Reference in New Issue
Block a user