From 4d5cdcaeae6597b353e21d215b048bae68b4f9b5 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Sat, 12 Dec 2009 18:36:48 -0800 Subject: [PATCH] Fix for the pasteboard changes breaking everything. --- AppKit/CPPasteboard.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPPasteboard.j b/AppKit/CPPasteboard.j index 0660dfdc3..2f1b4e9db 100644 --- a/AppKit/CPPasteboard.j +++ b/AppKit/CPPasteboard.j @@ -82,7 +82,7 @@ var CPPasteboards = nil, CPPasteboards = [CPDictionary dictionary]; - if (typeof window.cpPasteboardWithName !== undefined) + if (typeof window.cpPasteboardWithName !== "undefined") supportsNativePasteboard = YES; }