Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9258073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:18:06+00:00 2026-06-18T12:18:06+00:00

I am working on this bug and I keep getting the following error –

  • 0

I am working on this bug and I keep getting the following error –

TypeError: this.parts[1].reviewMoment is not a function

I am using jQuery and backbone. Unfortunately, I’m not really familiar with JS and not sure why this line broke.

define([
    "jquery",
    "underscore",
], function($, _) {

    reviewMoment: function(place) {
         this.collection.bind("add", _.once(_.bind(this.triggerReview, this)));
         this.collection.addMomentByPlace(place);
     },
     triggerReview: function() {
         this.parts[(this.matchView ? 2 : 1)].reviewMoment();
         if(this.matchView) {
             this.matchView.search.close();
         }
     }
  });
});

Why is reviewMoment not considered a function?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:18:08+00:00Added an answer on June 18, 2026 at 12:18 pm

    It’s not a function because you’re not actually creating an object literal {} in which you can use the identifier:property notation. To create valid function definitions place a return statement with an object literal around your functions:

    define([
        "jquery",
        "underscore",
    ], function($, _) {
        return {
            reviewMoment: function(place) {
                this.collection.bind("add", _.once(_.bind(this.triggerReview, this)));
                this.collection.addMomentByPlace(place);
            },
            triggerReview: function() {
                this.parts[(this.matchView ? 2 : 1)].reviewMoment();
                if(this.matchView) {
                    this.matchView.search.close();
                }
            }
        }
      });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a bug in this program where it should be able
I do not get the last version of node-http-proxy working (this used to work
So this was working on this project a few months ago. I'm using Google
Had this working; at one stage. The problem is the following text is now
The following DOS script snippet has a bug: if not exist %MyFolder% ( mkdir
I am working with a third party plugin, that has a small bug. This
printf(INT_MAX); limits.h is included, for some reason it's not working in this particular project.
I'm doing a JQuery animated menu thing. This is just the parts of the
I have been working for 2 days looking for this bug. I have searched
On a https site that I am working on, I keep getting Do you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.