#3 new
deanoj

IO object fails with method GET

Reported by deanoj | October 13th, 2010 @ 08:58 AM

URL params are undefined is using GET method.

Fix:

if(this.options.method.toLowerCase() == 'get') {

// url += (url.indexOf('?') >= 0) ? '&' : '?' + params;
// bug fix by deanoj. params are undefined.
url += (url.indexOf('?') >= 0) ? '&' : '?' + base.toQueryString(this.options.params);

}

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

baseJS is a lightweight Javascript framework intended for use with Mobile Safari on the iPhone and iPod Touch; it also
works with Firefox and all WebKit-based browsers. By providing shortcuts and reusable methods, baseJS helps you write
code to be lightweight and extendable—perfect for the mobile web.

People watching this ticket

Pages