Skip to content

Instantly share code, notes, and snippets.

@mmower
Created July 13, 2011 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmower/1080382 to your computer and use it in GitHub Desktop.
Save mmower/1080382 to your computer and use it in GitHub Desktop.
id result = [window callWebScriptMethod:@"testInject" withArguments:[NSArray arrayWithObject:post]];
if( result == WebUndefined ) { <== line 66
NSLog( @"No result" );
}
NFNetworkBridge.m:66: error: expected expression before 'WebUndefined'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment