pittcsc / PantherView

Spring semester Open Data club project: PantherView
http://pittcsc.org/PantherView/
MIT License
24 stars 24 forks source link

Prevent a possible undefined reference #115

Closed mbilker closed 7 years ago

mbilker commented 7 years ago

With PR #113, the whole processing of data.result.records is wrapped in an if statement, but it does not ensure that data.result isn't undefined.