You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by et...@apache.org on 2008/10/25 11:59:04 UTC

svn commit: r707829 - /incubator/shindig/trunk/features/opensocial-reference/container.js

Author: etnu
Date: Sat Oct 25 02:59:04 2008
New Revision: 707829

URL: http://svn.apache.org/viewvc?rev=707829&view=rev
Log:
Fixed alert that was triggering errors from SHINDIG-654


Modified:
    incubator/shindig/trunk/features/opensocial-reference/container.js

Modified: incubator/shindig/trunk/features/opensocial-reference/container.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-reference/container.js?rev=707829&r1=707828&r2=707829&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-reference/container.js (original)
+++ incubator/shindig/trunk/features/opensocial-reference/container.js Sat Oct 25 02:59:04 2008
@@ -540,8 +540,6 @@
  */
 
 // TODO(doll): As caja evolves this method should get a lot smaller
-var alert=window['alert'] || function () { 1/0};
-alert('cajita=' + cajita);
 opensocial.Container.prototype.enableCaja = function() {
 
   ___ = window["___"];
@@ -549,7 +547,6 @@
   valijaMaker = window["valijaMaker"];
   attachDocumentStub = window["attachDocumentStub"];
 
-  alert('cajita=' + cajita);
   var imports = ___.copy(___.sharedImports);
   imports.outers = imports;
   imports.console = console;