[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: correct JS comment syntax
From: |
Gavin D. Smith |
Subject: |
branch master updated: correct JS comment syntax |
Date: |
Sat, 05 Oct 2024 16:24:34 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 6e3a638ecf correct JS comment syntax
6e3a638ecf is described below
commit 6e3a638ecfdcde27e7e1d656631a7ace3259c671
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Oct 5 21:24:22 2024 +0100
correct JS comment syntax
---
js/info.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/info.js b/js/info.js
index 63ae668e1f..e3b7e4cf4c 100644
--- a/js/info.js
+++ b/js/info.js
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with GNU Texinfo. If not, see <http://www.gnu.org/licenses/>. */
-# Note that the entire body of this file apart from the first and last
-# lines are within a function call.
+/* Note that the entire body of this file apart from the first and last
+ lines are within a function call. */
(function (features, user_config) {
"use strict";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: correct JS comment syntax,
Gavin D. Smith <=