moved types declaration

This commit is contained in:
ggsato
2012-05-24 23:55:04 +09:00
parent 7da9877c5f
commit 3a750591bb
+3 -3
View File
@@ -224,10 +224,10 @@ CPRunContinuesResponse = -1002;
// We also want to set the default cursor on the body, so that buttons and things don't have an iBeam
[[CPCursor arrowCursor] set];
var bundle = [CPBundle mainBundle],
types = [bundle objectForInfoDictionaryKey:@"CPBundleDocumentTypes"];
var bundle = [CPBundle mainBundle];
var delegateClassName = [bundle objectForInfoDictionaryKey:@"CPApplicationDelegateClass"];
var delegateClassName = [bundle objectForInfoDictionaryKey:@"CPApplicationDelegateClass"],
types = [bundle objectForInfoDictionaryKey:@"CPBundleDocumentTypes"];
if (delegateClassName)
{