jshinting

This commit is contained in:
Julian Lam
2014-07-07 20:02:26 -04:00
parent 71916f0691
commit 95102f7e74

View File

@@ -1,5 +1,5 @@
"use strict";
/* globals app, config, define, socket, translator, templates, utils */
/* globals app, config, define, socket, translator, templates, utils, ajaxify */
define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar, S, sounds, Chats) {