# HG changeset patch # User hamidouk # Date 1319469996 -7200 # Node ID f25676c72044e6ab9733b2b6ab20a4041e687559 # Parent 296d9ddf9cc13d377718e22e8d9c06496e2dda2d added a semicolon. diff -r 296d9ddf9cc1 -r f25676c72044 src/js/widgets/annotationsWidget.js --- a/src/js/widgets/annotationsWidget.js Mon Oct 24 17:26:18 2011 +0200 +++ b/src/js/widgets/annotationsWidget.js Mon Oct 24 17:26:36 2011 +0200 @@ -35,7 +35,8 @@ IriSP.jQuery("#Ldt-SaDescription").text(""); IriSP.jQuery("#Ldt-SaKeywordText").html(""); IriSP.jQuery('#Ldt-ShowAnnotation').slideUp(); -} +}; + IriSP.AnnotationsWidget.prototype.draw = function() { var _this = this;