linting and removed unnecessary comment

This commit is contained in:
psychobunny
2014-10-09 00:42:30 -04:00
parent b17740f8d7
commit 7a53205c76

View File

@@ -1,5 +1,5 @@
"use strict";
/* global define, app, socket */
/* global define, app, socket, bootbox, templates, config */
define('admin/appearance/themes', function() {
var Themes = {};
@@ -62,7 +62,6 @@ define('admin/appearance/themes', function() {
});
});
// Installed Themes
socket.emit('admin.themes.getInstalled', function(err, themes) {
if(err) {
return app.alertError(err.message);