linting client side modules

This commit is contained in:
psychobunny
2015-02-25 19:09:39 -05:00
parent c3541dbc95
commit cb1e2c9fef
12 changed files with 20 additions and 12 deletions

View File

@@ -1,4 +1,3 @@
'use strict';
/* globals config, app, ajaxify, define, socket, utils */
@@ -259,4 +258,4 @@ define('forum/topic/posts', [
return Posts;
});
});