update YUI to 2.8.0r4

This commit is contained in:
Graham Knop 2009-09-21 12:54:44 -05:00
parent 27f474ec64
commit 2d28e0c0ba
2007 changed files with 344487 additions and 210070 deletions

View file

@ -139,9 +139,9 @@
Event.onDOMReady(function () {
/*
Instantiate a MenuBar: The first argument passed to the constructor is
the id of the HTML to be created that will represent the MenuBar; the
second is an object literal of configuration properties.
Instantiate a MenuBar: The first argument passed to the constructor
is the id for the Menu element to be created, the second is an
object literal of configuration properties.
*/
var oMenuBar = new YAHOO.widget.MenuBar("mymenubar", { lazyload: true, itemdata: aItemData });