1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00
Tims-Chat/file/js/TimWolla.WCF.Chat.js
2011-11-26 15:17:17 +01:00

15 lines
448 B
JavaScript

/**
* TimWolla.WCF.Chat
*
* @author Tim Düsterhus
* @copyright 2010-2011 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
* @package timwolla.wcf.chat
*/
if (typeof TimWolla == undefined) var TimWolla = {};
if (typeof TimWolla.WCF == undefined) var TimWolla.WCF = {};
var TimWolla.WCF.Chat = {};
(function ($, document) {
})(jQuery, document);