-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
When using $.addObject I get "instance is undefined" from firebug at line 14.
Changing line 13 (the one above) from:
if (typeof arg == 'string'){
to
if (typeof arg == 'string' && typeof instance !== 'undefined') {
...makes it work well for me.
Actually, I don't see how it could work without that check?!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels