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
+2 -2
View File
@@ -49,8 +49,8 @@ module.exports = {
socket.emit("commitReceived");
});
socket.on("revHistoryRequest", function(){
getAndSendRevHistory(null, socket);
socket.on("revHistoryRequest", function(subRootId){
getAndSendRevHistory(subRootId, socket);
});
//socket.emit('news', {hello: "world"});