Luis Gonzalez
unread,Feb 23, 2013, 1:49:42 AM2/23/13Sign 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 Agility.js
Right now I feel I can do wonders with Agility when testing it in a
Webkit browser.
But as soon as I try other browsers, things get messy...
The problem I'm having now is when calling "gather" from within a
container object.
For example, calling this :
this.gather(item, 'append', 'ol');
Throws this error in Firefox:
"uncaught exception: agility.js: unknown argument type
(model)"
However, it works as expected in Chrome or Safari.
This is the most frequent problem I found, but I can't find the
solution.
I would highly appreciate any hint on this issue...
Thanks!
Luis