Fix for the pasteboard changes breaking everything.

This commit is contained in:
Ross Boucher
2009-12-12 18:36:48 -08:00
parent 6ad62a6f2f
commit 4d5cdcaeae
+1 -1
View File
@@ -82,7 +82,7 @@ var CPPasteboards = nil,
CPPasteboards = [CPDictionary dictionary];
if (typeof window.cpPasteboardWithName !== undefined)
if (typeof window.cpPasteboardWithName !== "undefined")
supportsNativePasteboard = YES;
}