Specifically, this is a rollback of a change made in r1095249.

On Thu, Apr 21, 2011 at 6:25 PM, <[email protected]> wrote:

> Author: mhermanto
> Date: Fri Apr 22 01:25:17 2011
> New Revision: 1095850
>
> URL: http://svn.apache.org/viewvc?rev=1095850&view=rev
> Log:
> Rollback removal of taming global var ___. Closure compiler requires this
> to be defined, since it's still used in osapi.
>
> Modified:
>    shindig/trunk/features/src/main/javascript/features/taming/taming.js
>
> Modified:
> shindig/trunk/features/src/main/javascript/features/taming/taming.js
> URL:
> http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/taming/taming.js?rev=1095850&r1=1095849&r2=1095850&view=diff
>
> ==============================================================================
> --- shindig/trunk/features/src/main/javascript/features/taming/taming.js
> (original)
> +++ shindig/trunk/features/src/main/javascript/features/taming/taming.js
> Fri Apr 22 01:25:17 2011
> @@ -39,3 +39,9 @@ var bridge___;
>  * @type {Object}
>  */
>  var caja___ = window['caja___'];
> +
> +/**
> + * @namespace The global ___ namespace
> + * @type {Object}
> + */
> +var ___ = window['___'];
>
>
>

Reply via email to