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
+2 -2
View File
@@ -762,10 +762,10 @@ function addonload(fn) {
}
/**
* Replacement for getElementsByClassName in browsers that aren't cool enough
*
*
* Relying on the built-in getElementsByClassName is far, far faster than
* using YUI.
*
*
* Note: the third argument used to be an object with odd behaviour. It now
* acts like the 'name' in the HTML5 spec, though the old behaviour is still
* mimicked if you pass an object.