Remove HTML5 drag and drop support from browsers.

This commit is contained in:
Ross Boucher
2010-01-29 00:12:51 -08:00
parent b081debf88
commit b4cd9c4c45
+1 -1
View File
@@ -44,7 +44,7 @@ var screenNeedsInitialization = NO,
+ (BOOL)supportsDragAndDrop
{
return CPFeatureIsCompatible(CPHTMLDragAndDropFeature);
return CPFeatureIsCompatible(CPHTMLDragAndDropFeature) && ![self isBrowser];
}
+ (BOOL)supportsNativeMainMenu