Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1063] GeolocationModule.m type (maybe)

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterChris G
AssigneeReggie Seagraves
Created2011-04-15T02:43:00.000+0000
Updated2011-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!

Comments

  1. Jeff Haynie 2011-04-15

    wow, great catch!. will fix now.

  2. Jeff Haynie 2011-04-15

    (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...

JSON Source