Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brandboat committed Jan 16, 2015
1 parent 327ef5e commit b8652fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/ROSM.JSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ROSM.JSON = {
callback_function(response);
})
.fail(function(jqXHR, textStatus, errorThrown) {
console.err("err: " + textStatus + ' ' + errorThrown);
console.error("err: " + textStatus + ' ' + errorThrown);
});
},

Expand Down

0 comments on commit b8652fc

Please sign in to comment.