diff --git a/www/code/main.js b/www/code/main.js index e9dcc3614..350c7c6d4 100644 --- a/www/code/main.js +++ b/www/code/main.js @@ -219,7 +219,7 @@ define([ } // lines including a c-style comment are also valuable - var clike = /^\s*(\/\*|\/\/)(.*?)$/; + var clike = /^\s*(\/\*|\/\/)(.*?)(\*\/)$/; if (clike.test(line)) { line.replace(clike, function (a, one, two) { text = two;