D
D
Dubrovin2019-11-20 17:20:46
JavaScript
Dubrovin, 2019-11-20 17:20:46

How to remove Backbone extend Uncaught RangeError: Maximum call stack size exceeded error?

I want to "overload" the function in the View object through the extend method like this:

window.ViewObject = window.ViewObject.extend( {
  functionName: function() {
    //new function code
  }
} );

I get the error Uncaught RangeError: Maximum call stack size exceeded
Didn't work tightly with the backbone, please help me with the implementation

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question