Rev Control- polishing , visual BugFixes

This commit is contained in:
Curtis SerVaas
2014-08-17 13:33:28 -07:00
parent 16719fe2cc
commit 3f25adb1e6
8 changed files with 96 additions and 46 deletions
+3 -3
View File
@@ -3,16 +3,16 @@ var MySnap = require('../models/Snap.js').MySnap
module.exports.getAndSendRevHistory = getAndSendRevHistory;
function getAndSendRevHistory(rootId, sock){
function getAndSendRevHistory(subRootId, sock){
globalList = [];
snapHash = {};
timeHash = {};
depth = 0;
socket = sock;
var rootId = "53ea3f506dc8d39342bf4f9f";
// subRootId = "53f10817cb52c1e31cf45d94";
// FetchSelfAndChildrenBack(rootId, asyncLoopGetChildren);
asyncLoopGetChildren([rootId]);
asyncLoopGetChildren([subRootId]);
}
//This is all the backSnaps for ONE rootId.