<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi all - <div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>Something's gone wonky with my Javascript bundle (and only that one, as far as I can tel)l.  Every time I hit cmd-/ to comment/uncomment some text, it uses an unindented block comment instead of the double-slash single line comment I expect. ("/* */", rather than "// ") <div class=""><br class=""></div><div class="">So: </div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">"      this line"</span></font></div><div class="">becomes </div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">"/*      this line*/"</span></font></div><div class="">when what I want and expect is</div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">"      // this line"</span></font></div><div class=""><br class=""></div><div class="">I suspect this has to do with some way I've edited the language bundle incorrectly.  Does anyone know </div><div class="">A) how I could fix this particular issue, or </div><div class="">B) how I could remove all my changes to the Javascript bundle and revert simply to the repo version?</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Evan</div></div></div></div></body></html>