[html5] r4277 - [e] (0) typo

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 22 17:43:01 PDT 2009


Author: ianh
Date: 2009-10-22 17:42:56 -0700 (Thu, 22 Oct 2009)
New Revision: 4277

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo

Modified: complete.html
===================================================================
--- complete.html	2009-10-23 00:26:57 UTC (rev 4276)
+++ complete.html	2009-10-23 00:42:56 UTC (rev 4277)
@@ -61303,7 +61303,7 @@
   var internalDNDType = 'text/x-example'; // set this to something specific to your site
   function dragEnterHandler(event) {
     // cancel the event if the drag contains data of our type
-    if (event.dataTransfer.types.contains(internalDNDType)
+    if (event.dataTransfer.types.contains(internalDNDType))
       event.preventDefault();
   }
   function dragOverHandler(event) {

Modified: index
===================================================================
--- index	2009-10-23 00:26:57 UTC (rev 4276)
+++ index	2009-10-23 00:42:56 UTC (rev 4277)
@@ -56816,7 +56816,7 @@
   var internalDNDType = 'text/x-example'; // set this to something specific to your site
   function dragEnterHandler(event) {
     // cancel the event if the drag contains data of our type
-    if (event.dataTransfer.types.contains(internalDNDType)
+    if (event.dataTransfer.types.contains(internalDNDType))
       event.preventDefault();
   }
   function dragOverHandler(event) {

Modified: source
===================================================================
--- source	2009-10-23 00:26:57 UTC (rev 4276)
+++ source	2009-10-23 00:42:56 UTC (rev 4277)
@@ -69300,7 +69300,7 @@
   var internalDNDType = 'text/x-example'; // set this to something specific to your site
   function dragEnterHandler(event) {
     // cancel the event if the drag contains data of our type
-    if (event.dataTransfer.types.contains(internalDNDType)
+    if (event.dataTransfer.types.contains(internalDNDType))
       event.preventDefault();
   }
   function dragOverHandler(event) {




More information about the Commit-Watchers mailing list