Andrew Hedges
unread,May 3, 2009, 8:06:51 PM5/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xui-js
Hi, new to the group as well as to the framework. I'm just getting
started building an app using PhoneGap and XUI. I'd like to do most of
my development in Safari rather than the iPhone emulator as Safari
offers a better debugging environment for JavaScript. However, just
loading the basic XUI pieces, Safari reports "SyntaxError: Parse
error" in xui.app.js. The error is on line 151. Here is the change I
made to my file to get it to run correctly:
/* x$(window).load( function(){ setTimeout(function(){ new scrollable(x
$('#scroller').first())) }, 100) }; */
x$(window).load( function(){ setTimeout(function(){ new scrollable(x$
('#scroller').first()) }, 100) });
Is this a known issue? What's the preferred method for reporting/
patching bugs for the project?
Regards,
-Andrew