cjska-team / Contest-Judging-System-for-KA

[Abandoned] As mentioned by Pamela Fox ( @pamelafox )
MIT License
16 stars 4 forks source link

Got rid of Unnecessary For Loop #55

Closed Noble-Mushtak closed 9 years ago

Noble-Mushtak commented 9 years ago

I just got rid of an unnecessary for loop in Backend/contest_judging_sys.js that checked if an object had a bunch of properties and replaced it with Object.keys().

bytorbrynden commented 9 years ago

Thanks for the PR.