On Mon, 22 Dec 2014 11:37:04 +0100, David Bruant <[email protected]> wrote:>Function.prototype.bindParameter = function(...args){ > return this.bind(undefined, ...args) >} But this will bind all parameters. In Christian Mayer's situation, she wants first three parameters unbound while your solution will not work. :-)
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

