[TIMOB-1063] GeolocationModule.m type (maybe)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Chris G |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:43:00.000+0000 |
Updated | 2011-04-17T01:55:06.000+0000 |
Description
in http://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/GeolocationModule.m">
http://github.com/appcelerator/titanium_mobile/blob/master/iphone/C...
line 129
event = [NSDictionary
dictionaryWithObjectsAndKeys:NUMBOOL(NO),@"success","error
obtaining geolocation",@"error",nil];
should there be a @ before "error obtaining geolocation"?
Thanks for all the hard work guys, keep up the good work!
wow, great catch!. will fix now.
(from [36e97a1484d5989aa1b00d287f00f9e3c03fc5bd]) [#1063 state:resolved] fixed incorrect string in geo. crasher http://github.com/appcelerator/titanium_mobile/commit/36e97a1484d5989aa1b00d287f00f9e3c03fc5bd"> http://github.com/appcelerator/titanium_mobile/commit/36e97a1484d59...