Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Adding more missing semicolons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Oct 13, 2012
1 parent c899a27 commit 16a313f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services/core/servicesettings.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ var NoMatchError = function (msg, constr) {
this.message = msg || 'Error'; this.message = msg || 'Error';
} }


ut.inherits(NoMatchError, Error) ut.inherits(NoMatchError, Error);
NoMatchError.prototype.name = 'NoMatchError' NoMatchError.prototype.name = 'NoMatchError';


exports.NoMatchError = NoMatchError; exports.NoMatchError = NoMatchError;


Expand Down

0 comments on commit 16a313f

Please sign in to comment.