svg2: Minor edit to test hook change.

details:   https://svgwg.org/hg/svg2/rev/45add62eae8b
branches:  
changeset: 503:45add62eae8b
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue May 28 17:27:31 2013 +1000
description:
Minor edit to test hook change.

diffstat:

 master/types.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (22 lines):

diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -3062,17 +3062,17 @@ an empty list.
 <dt id="__svg__SVGLengthList__initialize" class="operation"><a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <b>initialize</b>(<a class="idlinterface" href="types.html#InterfaceSVGLength">SVGLength</a> <var>newItem</var>)
 </dt>
 <dd class="operation">
 <div>
 Clears all existing current items from the list and re-initializes the
 list to hold the single item specified by the parameter.  If the inserted
 item is already in a list, it is removed from its previous list before
 it is inserted into this list.  The inserted item is the item itself and
-not a copy. 
+not a copy.
 
 
 </div>
 <dl class="operation">
 <dt class="parameters-header">Parameters</dt>
 <dd>
 <ol class="parameters">
 <li class="parameter first-child">

Received on Tuesday, 28 May 2013 07:29:54 UTC