removed the setName from sorted sets and stored them with _key like everything else

This commit is contained in:
Baris Soner Usakli
2013-12-06 18:58:22 -05:00
parent 9f2196abfb
commit be6ed43223
2 changed files with 54 additions and 65 deletions

View File

@@ -78,6 +78,7 @@ var DebugRoute = function(app) {
});
});
});
});
};