diff --git a/blocks/community/yui/comments/comments.js b/blocks/community/yui/comments/comments.js index d9cc5da958b..b2b1f536455 100644 --- a/blocks/community/yui/comments/comments.js +++ b/blocks/community/yui/comments/comments.js @@ -4,7 +4,7 @@ YUI.add('moodle-block_community-comments', function(Y) { var COMMENTS = function() { COMMENTS.superclass.constructor.apply(this, arguments); - } + }; Y.extend(COMMENTS, Y.Base, { @@ -16,7 +16,7 @@ YUI.add('moodle-block_community-comments', function(Y) { //attach a show event on the div with id = comments for (var i=0;i