updated globals for jslint

This commit is contained in:
Julian Lam
2015-01-19 10:26:36 -05:00
parent 9f8b274e24
commit e5a33539d2

View File

@@ -1,5 +1,5 @@
"use strict";
/* globals define, socket, ajaxify, app, bootbox, RELATIVE_PATH */
/* globals define, socket, ajaxify, app, bootbox, RELATIVE_PATH, utils */
define('forum/groups/details', ['iconSelect', 'vendor/colorpicker/colorpicker', 'vendor/jquery/draggable-background/backgroundDraggable'], function(iconSelect) {
var Details = {