You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
draw: () ->
super
@element.addClass(@class_name)
indents_here_but_why()
console.log ""
The reason it indents like this is because of class_name. It also happens if the variable is classname.
So any occurrence of class (but not Class) causes indent to increase. Can that be fixed? I am ... not good with sublime syntaxes but I am willing to play around if somebody can give me a hint?
The text was updated successfully, but these errors were encountered:
The reason it indents like this is because of
class_name
. It also happens if the variable isclassname
.So any occurrence of class (but not Class) causes indent to increase. Can that be fixed? I am ... not good with sublime syntaxes but I am willing to play around if somebody can give me a hint?
The text was updated successfully, but these errors were encountered: