/**
* @param {string} type
* @param {!EventListener|(function(!Event): (boolean|undefined))| null}
listener
* @param {boolean=} opt_useCapture
*/
SVGElementInstance.prototype.addEventListener = function(type, listener,
opt_useCapture){};
/**
* @param {string} type
* @param {!EventListener|(function(!Event): (boolean|undefined))| null}
listener
* @param {boolean=} opt_useCapture
function(!Event) has now become function(Event)
I assume this is from the patch. Other than that, it’s identical.
> On Jun 14, 2017, at 5:23 AM, Justin Mclean <[email protected]
> <mailto:[email protected]>> wrote:
>
> Can some mind doing a diff with their version of the file and the version
> here [1]?