[Pkg-javascript-commits] [less.js] 139/285: Remove unnecessary semicolon
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:48 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 c0e14321c915ee28b7f95b6487dc42efe5650966
Author: Joscha Feth <joscha at feth.com>
Date: Mon Sep 29 13:17:32 2014 +0200
Remove unnecessary semicolon
---
build/require.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/require.js b/build/require.js
index 4d5b172..6e9dfa6 100644
--- a/build/require.js
+++ b/build/require.js
@@ -3,5 +3,5 @@
//
function require(arg) {
return window.less[arg.split('/')[1]];
-};
+}
--
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