[Pkg-javascript-commits] [less.js] 47/285: Add missing semicolon
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit be151fb21d36a65f1cc05a9f1671a12712a43577
Author: Forbes Lindesay <forbes.lindesay at red-gate.com>
Date: Fri Jun 6 11:00:54 2014 +0100
Add missing semicolon
---
lib/less/less-error.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/less/less-error.js b/lib/less/less-error.js
index 505cbc8..750bad8 100644
--- a/lib/less/less-error.js
+++ b/lib/less/less-error.js
@@ -21,7 +21,7 @@ var LessError = module.exports = function LessError(parser, e, env) {
lines[line],
lines[line + 1]
];
-}
+};
LessError.prototype = new Error();
LessError.prototype.constructor = LessError;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list