mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Ensure window and undefined as well
This commit is contained in:
parent
deeb720038
commit
5905005929
@ -10,7 +10,7 @@
|
||||
TimWolla ?= {}
|
||||
TimWolla.WCF ?= {}
|
||||
|
||||
(($) ->
|
||||
(($, window, undefined) ->
|
||||
TimWolla.WCF.Chat =
|
||||
titleTemplate: null
|
||||
title: document.title
|
||||
@ -335,4 +335,4 @@ TimWolla.WCF ?= {}
|
||||
else
|
||||
li.addClass 'activeMenuItem'
|
||||
li.find('.chatUserMenu').wcfBlindIn 'vertical'
|
||||
)(jQuery)
|
||||
)(jQuery, this)
|
||||
|
Loading…
Reference in New Issue
Block a user