This commit is contained in:
John McLear 2013-01-22 23:06:52 +00:00
parent 205d983225
commit d21585b880
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,6 @@
exports.createDiff = function(padID, startRev, endRev, callback){
console.warn("WTF");
//check if rev is a number
if(startRev !== undefined && typeof startRev != "number")
{