Make utils and translator easier to require

Move utils.walk to file.walk, backwards compatible
This commit is contained in:
Peter Jaszkowiak
2017-04-08 20:22:21 -06:00
parent 12a426b7b9
commit 1ed571189c
69 changed files with 141 additions and 148 deletions

View File

@@ -4,7 +4,7 @@
var async = require('async');
var topics = require('../topics');
var utils = require('../../public/src/utils');
var utils = require('../utils');
module.exports = function (Posts) {
Posts.getPostsFromSet = function (set, start, stop, uid, reverse, callback) {