in HAML, we can write comments using
-# some comment and it won't become HTML and made public
but if it is inside
:javascript
-# comments like this line will break the javascript interpreter as it becomes javascript code
// so we are forced to use comment like this and is publicly viewable
is there a way to make it non-public?