1
0
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:
Tim Düsterhus 2012-01-15 19:46:59 +01:00
parent 5905005929
commit 3afc1d8e94

View File

@ -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