CSC495-2014 / TeamworkEnglewoodGit

GNU General Public License v2.0
5 stars 15 forks source link

Bugfixes for Editor #145

Closed mikeholler closed 10 years ago

mikeholler commented 10 years ago
mikeholler commented 10 years ago

@kjmcmahon

mikeholler commented 10 years ago

@samuelfrench, I edited a very small portion of your GitController too. The [Object object] was being caused when Response::json is called with null. I simply added a check to make sure message was non-null, and added a custom message if it was null.

kjmcmahon commented 10 years ago

Looks good, I'll merge it.

samuelfrench commented 10 years ago

@apotheos Ok, great. Can you please take a look at my pull request when you get a moment? I don't think David will be able to look at it until Monday because he works all weekend.