If you want to call another function with all arguments supplied to this function, use the function's apply method:
pop:function() { this.onpop.apply(this, arguments); // stuff }
Post a Comment
No comments:
Post a Comment