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 SequenceNav = function($element) {
var _this = this; var _this = this;
var $element = $element; var $element = $element;
...@@ -96,4 +93,4 @@ var SequenceNav = function($element) { ...@@ -96,4 +93,4 @@ var SequenceNav = function($element) {
setTimeout(function() { setTimeout(function() {
checkPosition(); checkPosition();
}, 200); }, 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