lib/jqueryui_widgets/menus.rb in jqueryui_widgets-0.5 vs lib/jqueryui_widgets/menus.rb in jqueryui_widgets-0.6

- old
+ new

@@ -1,7 +1,16 @@ # -# Class that wraps the jQueryUI menu. +# Class that wraps the jQueryUI menu, allowing +# users to interact with both top level, and +# nested menus. +# +# NOTE: We've kept to the basic functionality +# of the Menu widget in order to avoid causing +# difficulty with the usage of the widget since +# all of the JQuery UI Widgets are so customizable. +# In this fashion, we allow the user to customize +# the code to suit their own needs. # class JQueryUIWidgets::Menus < PageObject::Elements::UnorderedList # # The select method allows you to pass in a theoretically \ No newline at end of file