__exposed_props__

__exposed_props__

My apologies if someone has already raised this (I couldn't find it with a search) but jQuery -- at least jQuery 1.7.1 which I am currently using -- apparently exposes properties without using __exposedProps__. Starting in Gecko 15.0 (Firefox 15.0 etc.), exposing functions or objects without using __exposedProps__ is deprecated. __exposedProps__ will be mandatory starting with Gecko 17.0.

See https://developer.mozilla.org/en-US/docs/XPConnect_wrappers#__exposedProps__ for details.

JM