From 002e149f42d39277a0b17d099ddef214d0ff2735 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 21 Feb 2014 23:00:02 -0500 Subject: [PATCH] reasons why comma first is better --- src/routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api.js b/src/routes/api.js index 1817cc15db..9fb8a9636d 100644 --- a/src/routes/api.js +++ b/src/routes/api.js @@ -11,7 +11,7 @@ var path = require('path'), ThreadTools = require('../threadTools'), posts = require('../posts'), categories = require('../categories'), - categoryTools = require('../categoryTools') + categoryTools = require('../categoryTools'), meta = require('../meta'), Plugins = require('../plugins'), utils = require('../../public/src/utils'),