Answer the question
In order to leave comments, you need to log in
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
}
} );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question