dap commit: remove redundant content

changeset:   406:e6a63b587354
tag:         tip
user:        Anssi Kostiainen <anssi.kostiainen@intel.com>
date:        Wed Apr 17 15:19:31 2013 +0300
files:       proximity/Overview.src.html
description:
remove redundant content


diff -r cf48e944bbad -r e6a63b587354 proximity/Overview.src.html
--- a/proximity/Overview.src.html	Mon Apr 15 23:00:54 2013 +0300
+++ b/proximity/Overview.src.html	Wed Apr 17 15:19:31 2013 +0300
@@ -169,18 +169,18 @@
         <dl title="[Constructor (DOMString type, optional DeviceProximityEventInit eventInitDict)]
                    interface DeviceProximityEvent : Event"
             class="idl" data-merge='DeviceProximityEventInit'>
-          <dt>readonly attribute double value</dt>
-          <dd>
-            The <a>current device proximity</a>.
-          </dd>
-          <dt>readonly attribute double min</dt>
-          <dd>
-            The <a> minimum sensing distance</a>.
-          </dd>
-          <dt>readonly attribute double max</dt>
-          <dd>
-            The <a>maximum sensing distance<strong></strong></a>.
-          </dd>
+          <dt>
+            readonly attribute double value
+          </dt>
+          <dd></dd>
+          <dt>
+            readonly attribute double min
+          </dt>
+          <dd></dd>
+          <dt>
+            readonly attribute double max
+          </dt>
+          <dd></dd>
         </dl>
         <dl title="dictionary DeviceProximityEventInit : EventInit" class='idl'>
           <dt>

Received on Wednesday, 17 April 2013 12:19:54 UTC