html5/spec Overview.html,1.3417,1.3418

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19716

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4277)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3417
retrieving revision 1.3418
diff -u -d -r1.3417 -r1.3418
--- Overview.html	23 Oct 2009 00:14:23 -0000	1.3417
+++ Overview.html	23 Oct 2009 00:29:52 -0000	1.3418
@@ -50890,7 +50890,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) {

Received on Friday, 23 October 2009 00:30:00 UTC