Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : this._super causes the error: Maximum call stack size exceeded

$
0
0
Not sure why it's breaking, but as a workaround you can do a more classic style of _super:

  1. ControllerB = ControllerA.extend({},{
  2.                     init:function(element, options){
  3.                     ControllerA.prototype.init.apply(this, arguments);

Viewing all articles
Browse latest Browse all 3491

Trending Articles