Add missing 'global' variable declaration

v1.18.x
Micheil Smith 11 years ago
parent 14d0081fdf
commit 2c2e5de911

@ -1,5 +1,5 @@
"use strict";
/* global define, config, templates, app, ajaxify, socket, translator */
/* global define, config, templates, app, utils, ajaxify, socket, translator */
define(['composer', 'forum/pagination', 'share', 'navigator'], function(composer, pagination, share, navigator) {
var Category = {},

Loading…
Cancel
Save