Meteor.Error: Fix self.error comment

This commit is contained in:
Lieuwe Rooijakkers
2015-07-16 22:21:28 +02:00
committed by Sashko Stubailo
parent 6247309daa
commit 43b06c42dd

View File

@@ -80,8 +80,7 @@ Meteor.Error = Meteor.makeErrorType(
function (error, reason, details) {
var self = this;
// Currently, a numeric code, likely similar to a HTTP code (eg,
// 404, 500). That is likely to change though.
// String code uniquely identifying this kind of error.
self.error = error;
// Optional: A short human-readable summary of the error. Not