Commit 84fa4a01 by David Ormsbee

Merge pull request #1318 from MITx/hotfix/rocha/javascript-error-in-sequence-display

Add missing semicolon at the end of sequence display module javascript
parents 44e7d6b2 84efafc8
var SequenceNav = function($element) {
var _this = this;
var $element = $element;
......@@ -96,4 +93,4 @@ var SequenceNav = function($element) {
setTimeout(function() {
checkPosition();
}, 200);
}
\ No newline at end of file
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment