Add comment to sequence/display.coffee

This commit is contained in:
kimth
2012-09-01 09:01:19 -04:00
parent 90bcb00e58
commit ea4019c0a0

View File

@@ -87,7 +87,7 @@ class @Sequence
XModule.loadModules('display', @$('#seq_content'))
MathJax.Hub.Queue(["Typeset", MathJax.Hub, "seq_content"]) # NOTE: Actually redundant. Some other MathJax call also being performed
window.update_schematics()
window.update_schematics() # For embedded circuit simulator exercises in 6.002x
@position = new_position
@toggleArrows()