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['___'];