[Jifty-commit] r7583 - jifty/trunk/lib/Jifty/Web

Jifty commits jifty-commit at lists.jifty.org
Tue Nov 3 17:50:36 EST 2009


Author: jesse
Date: Tue Nov  3 17:50:35 2009
New Revision: 7583

Modified:
   jifty/trunk/lib/Jifty/Web/Menu.pm

Log:
Alex corrects me. It's a ::link, not a ::clickable

Modified: jifty/trunk/lib/Jifty/Web/Menu.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Menu.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Menu.pm	Tue Nov  3 17:50:35 2009
@@ -76,7 +76,7 @@
 
 =head2 link
 
-Gets or set a Jifty::Web::Form::Clickable object that represents this
+Gets or set a Jifty::Web::Form::Link object that represents this
 menu item. If you're looking to do complex ajaxy things with menus,
 this is likely the option you want.
 
@@ -471,7 +471,7 @@
 
 =head2 as_link
 
-Return this menu item as a C<Jifty::Web::Form::Clickable>, either the one
+Return this menu item as a C<Jifty::Web::Form::Link>, either the one
 we were initialized with or a new one made from the C</label> and C</url>
 
 If there's no C</url> and no C</link>, renders just the label.


More information about the Jifty-commit mailing list