Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ea4019c0
Commit
ea4019c0
authored
Sep 01, 2012
by
kimth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment to sequence/display.coffee
parent
90bcb00e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
common/lib/xmodule/xmodule/js/src/sequence/display.coffee
+1
-1
No files found.
common/lib/xmodule/xmodule/js/src/sequence/display.coffee
View file @
ea4019c0
...
@@ -87,7 +87,7 @@ class @Sequence
...
@@ -87,7 +87,7 @@ class @Sequence
XModule
.
loadModules
(
'display'
,
@
$
(
'#seq_content'
))
XModule
.
loadModules
(
'display'
,
@
$
(
'#seq_content'
))
MathJax
.
Hub
.
Queue
([
"Typeset"
,
MathJax
.
Hub
,
"seq_content"
])
# NOTE: Actually redundant. Some other MathJax call also being performed
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
@
position
=
new_position
@
toggleArrows
()
@
toggleArrows
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment