MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda
2009-11-01 16:48:45 +00:00
parent 795b694516
commit 6f5e085205
51 changed files with 270 additions and 270 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ navigation_tree.prototype.move_to_block_position = function(e) {
}
YAHOO.moodle.navigation.tabpanel.remove_from_tab_panel(this.name);
var block = this.cachedcontent;
while (!YAHOO.util.Dom.hasClass(block, 'sideblock')) {
block = block.parentNode;