Merge pull request #56 from xwiki-labs/soon

Soon
pull/1/head
ansuz 8 years ago committed by GitHub
commit 65bc6f1a20

@ -253,6 +253,7 @@ define([
var clike = /^\s*(\/\*|\/\/)(.*)?(\*\/)*$/;
if (clike.test(line)) {
line.replace(clike, function (a, one, two) {
if (!two && two.replace) { return; }
text = two.replace(/\*\/\s*$/, '').trim();
});
return true;

Loading…
Cancel
Save