From f7af9f2e4a403f1288eb4a8da797003eaacef4d9 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 17 Sep 2010 11:00:18 +0000 Subject: [PATCH] fixed unterminated JS statements + whitespace --- blocks/community/yui/comments/comments.js | 6 +++--- blocks/navigation/navigation.js | 26 +++++++++++------------ blocks/private_files/module.js | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) 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