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 ?= {}
|
||||||
TimWolla.WCF ?= {}
|
TimWolla.WCF ?= {}
|
||||||
|
|
||||||
(($, window, undefined) ->
|
(($, window) ->
|
||||||
TimWolla.WCF.Chat =
|
TimWolla.WCF.Chat =
|
||||||
titleTemplate: null
|
titleTemplate: null
|
||||||
title: document.title
|
title: document.title
|
||||||
|
Loading…
Reference in New Issue
Block a user