kallen
Results
3
comments of
kallen
the same question!
保持至少一个js文件打开,然后package->atom tern ->configure project 就没问题了!
@property (nonatomic,strong) OFFlickrAPIRequest *flickrRequest; ... ... if (requestURL) { [HTTPRequest setContentType:nil]; + [HTTPRequest setShouldWaitUntilDone:YES]; return [HTTPRequest performMethod:LFHTTPRequestGETMethod onURL:requestURL withData:nil]; } i add this line code marked by '+' ,but the...