You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by wo...@apache.org on 2011/07/22 17:52:41 UTC

svn commit: r1149643 - /shindig/trunk/features/src/main/javascript/features/opensearch/opensearch.js

Author: woodser
Date: Fri Jul 22 15:52:40 2011
New Revision: 1149643

URL: http://svn.apache.org/viewvc?rev=1149643&view=rev
Log:
Applying Igor's patch: https://issues.apache.org/jira/browse/SHINDIG-1559

Modified:
    shindig/trunk/features/src/main/javascript/features/opensearch/opensearch.js

Modified: shindig/trunk/features/src/main/javascript/features/opensearch/opensearch.js
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/opensearch/opensearch.js?rev=1149643&r1=1149642&r2=1149643&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/opensearch/opensearch.js (original)
+++ shindig/trunk/features/src/main/javascript/features/opensearch/opensearch.js Fri Jul 22 15:52:40 2011
@@ -298,7 +298,7 @@
         }
       }
       return false;
-    },
+    }//,
 
     /*
      * Convenience method for unit testing, allowing the test script to set
@@ -307,7 +307,7 @@
      */
     //setDescriptions_: function(testDescriptions) {
     // descriptions=testDescriptions;
-    //},
+    //}
     }
   });
 })();
\ No newline at end of file