On Fri, Sep 1, 2017 at 12:11 PM, Ehsan Akhgari <[email protected]> wrote: > How about this slight variation: > > HTMLEmbedElement.isInstanceOf(obj) > > instead of "is"?
Isn't that backwards, though? HTMLEmbedElement isn't an instance of 'obj', 'obj' is an instance of HTMLEmbedElement :) Cheers, Botond _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

