Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Uncaught TypeError: Object #<Observable> has no method 'add'
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Don Quist  
View profile  
 More options Sep 8 2012, 5:49 pm
From: Don Quist <don.sigmaproje...@gmail.com>
Date: Sat, 8 Sep 2012 14:49:45 -0700 (PDT)
Local: Sat, Sep 8 2012 5:49 pm
Subject: Uncaught TypeError: Object #<Observable> has no method 'add'

I searched the group beforehand, found
https://groups.google.com/forum/?fromgroups#!topic/persistencejs/wE4h...
but I'm not using the persistencejs jQuery plugins (but I am using jQuery
elsewhere)
My model definition is as follows:

The runtime is basically

> var testTrack = new Track({
>     title 'Test'
> });
> var cPosition = new Position({
>     timestamp: new Date(),
>     latitude: 1,
>     longitude: 1,
>     accuracy: 1,
>     heading: null,
>     speed: null
> });
> testTrack.add(cPosition );

But I get the error *Uncaught TypeError: Object #<Observable> has no method
'add'
*Id really appreciate any help to let me know what I'm doing wrong or if I
missed anything - thank you.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »