Hello, I'm evaluating qooxdoo and I'd really like to adopt it for future
projects. Doing tutorial part 3 on Windows I noticed that Firefox works
perfectly but Internet Explorer 8 doesn't:

Message: expected ';'
Line: 1
Character: 10
Code: 0
URI:
http://twitter.com/statuses/friends_timeline.json?callback=qx.data.store.Jsonp[173].callback

The code that get executed is:


var url = "http://twitter.com/statuses/friends_timeline.json";;
this.__store = new qx.data.store.Jsonp(url, null, "callback");
//this.__store.bind("model", this, "tweets");


and the line that triggers this js error is the 2nd, because if I comment it
I get no errors.

Can you suggest a fix? I can provide further details if needed.

Thanks,
best regards.
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Tutorial-part-3-IE-problem-please-help-tp5317430p5317430.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to