You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by ka...@apache.org on 2009/12/08 17:14:41 UTC

svn commit: r888459 - /tcl/rivet/trunk/rivet/packages/form/form.tcl

Author: karl
Date: Tue Dec  8 16:14:41 2009
New Revision: 888459

URL: http://svn.apache.org/viewvc?rev=888459&view=rev
Log:
"image" method was accidentally in there twice.

Modified:
    tcl/rivet/trunk/rivet/packages/form/form.tcl

Modified: tcl/rivet/trunk/rivet/packages/form/form.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/rivet/packages/form/form.tcl?rev=888459&r1=888458&r2=888459&view=diff
==============================================================================
--- tcl/rivet/trunk/rivet/packages/form/form.tcl (original)
+++ tcl/rivet/trunk/rivet/packages/form/form.tcl Tue Dec  8 16:14:41 2009
@@ -336,13 +336,6 @@
     }
 
     #
-    # image -- emit an HTML 5 "image" form field
-    #
-    method image {name args} {
-        eval field image $name $args
-    }
-
-    #
     # month -- emit an HTML 5 "month" form field
     #
     method month {name args} {



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org