Skip to content

Instantly share code, notes, and snippets.

@boucher
Created February 1, 2010 00:03
Show Gist options
  • Save boucher/291328 to your computer and use it in GitHub Desktop.
Save boucher/291328 to your computer and use it in GitHub Desktop.
diff --git a/AppKit/CPApplication.j b/AppKit/CPApplication.j
index c8debf4..52b7c9a 100644
--- a/AppKit/CPApplication.j
+++ b/AppKit/CPApplication.j
@@ -1059,7 +1059,9 @@ var _CPAppBootstrapperActions = nil;
return;
}
- [CPApp run];
+ setTimeout(function(){
+ [CPApp run];
+ }, 0);
}
+ (BOOL)bootstrapPlatform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment