Commit 84efafc8 by Carlos Andrés Rocha

Add missing semicolon at the end of sequence display module javascript

parent 44e7d6b2
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